Get token leaderboard
GET /{chainId}/tokens/leaderboard
| Parameter | Type | Description |
|---|---|---|
chainId | integer | Supported chain ID (see Chains) |
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 25 | Results per page, max 100 |
cursor | string | - | Cursor from previous pageKey for next page |
Error responses
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid chain ID or query parameters |
404 | NOT_FOUND | No Charity Coins exist on this chain |