GET /promotion/tiers
GET

/v1/promotion/tiers

Promoter tier metadata

AuthNone — works without a key

Request

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

Response

200Example response2 ms · just now · 0.3 KB · 24 lines
https://api.xrpl.to/v1/promotion/tiers
{
  "tiers": [
    {
      "id": "advocate",
      "min": 100,
      "name": "Advocate"
    },
    {
      "id": "ambassador",
      "min": 500,
      "name": "Ambassador"
    },
    {
      "id": "champion",
      "min": 2000,
      "name": "Champion"
    },
    {
      "id": "legend",
      "min": 5000,
      "name": "Legend"
    }
  ]
}

What it does

Promoter tier metadata

OpenAPI