GET
/
referral
/
leaderboard
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "change": 123,
      "current_rank": 123,
      "exchange_id": "<string>",
      "invited_counter": 123,
      "previous_rank": 123,
      "profile_id": 123,
      "volume": 123,
      "wallet": "<string>"
    }
  ],
  "success": true
}

Query Parameters

range
enum<string>
required

Leaderboard range

Available options:
1w,
1m,
all

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean