Error
A valid request URL is required to generate request examples{
"pageKey": "<string>",
"response": [
{
"hidden": true,
"hiddenReasons": [
"INAPPROPRIATE_NAME"
],
"moderationSource": "AI",
"rank": 1,
"chain": {
"id": 123,
"name": "<string>",
"type": "bitcoin"
},
"token": {
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123
},
"stats": {
"usdDonatedE6": "<string>",
"donationCount": "<string>",
"firstDonationDate": "<string>",
"lastDonationDate": "<string>"
},
"creatorAddress": "<string>"
}
]
}{
"error": "<string>",
"code": "VALIDATION_ERROR",
"issues": [
null
]
}{
"error": "<string>",
"code": "NOT_FOUND"
}{
"error": "<string>",
"code": "<string>"
}API Reference
Get charity token leaderboard
Get the leaderboard for top donating tokens for a specific chain.
GET
/
{chainId}
/
tokens
/
leaderboard
Error
A valid request URL is required to generate request examples{
"pageKey": "<string>",
"response": [
{
"hidden": true,
"hiddenReasons": [
"INAPPROPRIATE_NAME"
],
"moderationSource": "AI",
"rank": 1,
"chain": {
"id": 123,
"name": "<string>",
"type": "bitcoin"
},
"token": {
"address": "<string>",
"name": "<string>",
"symbol": "<string>",
"decimals": 123
},
"stats": {
"usdDonatedE6": "<string>",
"donationCount": "<string>",
"firstDonationDate": "<string>",
"lastDonationDate": "<string>"
},
"creatorAddress": "<string>"
}
]
}{
"error": "<string>",
"code": "VALIDATION_ERROR",
"issues": [
null
]
}{
"error": "<string>",
"code": "NOT_FOUND"
}{
"error": "<string>",
"code": "<string>"
}Authorizations
Developer API key. Required for config create/list/delete and project analytics. Optional on public GET reads (anonymous callers are IP rate-limited). Obtain from the Developer dashboard.
Headers
Optional. Omit for the anonymous IP budget (~20 req/min). Keys share their organization billing-tier limit.
Minimum string length:
1Path Parameters
Chain ID for the token leaderboard
Query Parameters
Include hidden items (default false).
Available options:
true, false Sort order for leaderboard results (default top-donated)
Available options:
top-donated, recent-donation Page size (default 25, max 100)
Required range:
1 <= x <= 100Cursor for next page (from previous pageKey)
Was this page helpful?