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.
Fetch aggregate donation stats for a config you own
GET /configs/{configId}/stats
curl https://www.donate.gg/api/v1/configs/0x1234...abcd/stats \ -H "donate-api-key: YOUR_API_KEY"
configId
{ "channels": { "1": { "0xA0b8...": "1000000000000000000" }, "101": { "So11...": "500000000" } }, "usdDonatedE6": "150000000", "donationCount": "42", "firstDonationDate": "2025-01-15T12:00:00.000Z", "lastDonationDate": "2026-04-20T18:30:00.000Z" }
channels
{ [chainId]: { [tokenAddress]: totalGrossAtomicVolume } }
usdDonatedE6
donationCount
firstDonationDate
null
lastDonationDate
400
VALIDATION_ERROR
403
SCOPE_DENIED
partner
FORBIDDEN
404
NOT_FOUND
Was this page helpful?