Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View public Charity Token rankings for a chain
GET /{chainId}/tokens/leaderboard
curl "https://www.donate.gg/api/v1/{chainId}/tokens/leaderboard?limit=25" \ -H "donate-api-key: YOUR_API_KEY"
chainId
limit
25
100
cursor
pageKey
sortBy
"top-donated"
"recent-donation"
includeInappropriate
"true"
"false"
{ "pageKey": "next_cursor_string", "response": [ { "rank": 1, "chain": { "id": 101, "name": "Solana", "type": "solana" }, "token": { "address": "So11...", "name": "Example Token", "symbol": "EXMP", "decimals": 6 }, "stats": { "usdDonatedE6": "50000000", "donationCount": "10", "firstDonationDate": "2025-06-01T00:00:00.000Z", "lastDonationDate": "2026-03-15T00:00:00.000Z" }, "creatorAddress": "CreatorPubkey..." } ] }
400
VALIDATION_ERROR
404
NOT_FOUND
Was this page helpful?