Skip to main content
GET
/
{chainId}
/
donationSources
/
{address}
/
subjects
/
leaderboard
Error
A valid request URL is required to generate request examples
{
  "pageKey": "<string>",
  "response": [
    {
      "rank": 1,
      "chain": {
        "id": 123,
        "name": "<string>",
        "type": "bitcoin"
      },
      "creatorAddress": "<string>",
      "stats": {
        "usdDonatedE6": "<string>",
        "donationCount": "<string>",
        "firstDonationDate": "<string>",
        "lastDonationDate": "<string>"
      },
      "type": "token",
      "token": {
        "address": "<string>",
        "name": "<string>",
        "symbol": "<string>",
        "decimals": 123
      }
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.donate.gg/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

donate-api-key
string
header
required

Developer API key. Required for all requests. Obtain from the Donate dashboard.

Headers

donate-api-key
string
required

Developer API key

Minimum string length: 1

Path Parameters

chainId
integer
required

Chain ID

address
string
required

Donation source address

Query Parameters

limit
integer
default:25

Page size (default 25, max 100)

Required range: 1 <= x <= 100
cursor
string

Cursor for next page (from previous pageKey)

Response

Leaderboard of top donating subjects for the specified donation source contract.

pageKey
string | null
required
response
object[]
required