API Reference
Complete API documentation and reference
Get the leaderboard of a realm by their currency id
cURL
curl --request GET \ --url https://api.drip.re/api/v1/realms/{realmId}/members/leaderboard \ --header 'Authorization: Bearer <token>'
{ "data": [ { "accountId": "<string>", "username": "<string>", "displayName": "<string>", "imageUrl": "<string>", "balance": 123, "rank": 123 } ], "meta": { "hasNextPage": false, "hasPreviousPage": false, "startCursor": "<string>", "endCursor": "<string>", "totalCount": 123 } }
API Key
Default Response
The response is of type object.
object
Was this page helpful?