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
{ "pageKey": "next_cursor_string", "response": [ { "rank": 1, "chain": { "id": 1, "name": "Ethereum", "type": "EVM" }, "token": { "address": "0xA0b8...", "name": "USD Coin", "symbol": "USDC", "decimals": 6 }, "stats": { "usdDonatedE6": "50000000", "donationCount": "10", "firstDonationDate": "2025-06-01T00:00:00.000Z", "lastDonationDate": "2026-03-15T00:00:00.000Z" }, "creatorAddress": "0xCreator..." } ] }
400
VALIDATION_ERROR
404
NOT_FOUND
Was this page helpful?