Skip to main content
GET
Error

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

includeInappropriate
enum<string>
default:true

Whether to include inappropriate entries in the leaderboard (default true)

Available options:
true,
false
sortBy
enum<string>
default:top-donated

Sort order for leaderboard results (default top-donated)

Available options:
top-donated,
recent-donation
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