GET /referral/meta/tiers
GET

/v1/referral/meta/tiers

Tier definitions

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/referral/meta/tiers
curl 'https://api.xrpl.to/v1/referral/meta/tiers'

Response

200Example response1 ms · just now · 0.5 KB · 35 lines
https://api.xrpl.to/v1/referral/meta/tiers
{
  "success": true,
  "tiers": [
    {
      "id": "recruit",
      "min": 0,
      "name": "Recruit",
      "share": 0.5
    },
    {
      "id": "private",
      "min": 5,
      "name": "Private",
      "share": 0.5
    },
    {
      "id": "corporal",
      "min": 15,
      "name": "Corporal",
      "share": 0.5
    },
    {
      "id": "sergeant",
      "min": 150,
      "name": "Sergeant",
      "share": 0.5
    },
    {
      "id": "staff_sergeant",
      "min": 500,
      "name": "Staff Sergeant",
      "share": 0.5
    }
  ]
}

Long arrays and strings are shortened in the example; Send request for the full answer.

What it does

Tier definitions

OpenAPI