Top Donors
Get top donors leaderboard.
Authorization
API Key x-api-key<token>
API key used for authentication
In: header
Query Parameters
startDate?string
Start date (ISO 8601)
Match
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Format
date-timeendDate?string
End date (ISO 8601)
Match
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$Format
date-timelimit?integer
Number of top donors to return (1-100, default 10)
Default
10Range
1 <= value <= 100Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/donation/top-donors"{
"donors": [
{
"name": "John Doe",
"total": 10000,
"count": 5,
"currency": "usd",
"last4": "4242",
"lastDonation": "2026-04-11T01:15:19.218Z"
}
]
}{
"error": "string",
"code": "string",
"details": {}
}