Referral Leaderboard
Top referrers by total commission earned. Public.
GET /referral/leaderboard?n=10
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
n | int | 10 | 1–50 entries |
Response
[
{
"rank": 1,
"referrer_address": "0x29f721b203a9fc9c5dde35a739d8b8e0e4605489",
"total_commission": "1250.50",
"computed_at": 1772010604000
}
]
computed_at is in ms.
Errors
| HTTP | code |
|---|---|
| 400 | INVALID_PARAM — n outside 1–50 |