404.
Get source leaderboard
GET /{chainId}/donationSources/{address}/subjects/leaderboard
| Parameter | Type | Description |
|---|---|---|
chainId | integer | Chain ID where the donation source is deployed |
address | string | Donation source contract address (canonicalized by chain) |
| Parameter | Type | Default | Description |
|---|---|---|---|
limit | integer | 25 | Results per page, max 100 |
cursor | string | - | Cursor from previous pageKey for next page |
Error responses
| Status | Code | Description |
|---|---|---|
400 | VALIDATION_ERROR | Invalid chain ID, source address, or query parameters |
404 | NOT_FOUND | Donation source not found or does not belong to your project |