Daily Leaderboard
Users ranked by points earned today. Public.
GET /points/leaderboard/daily?epoch=3&limit=10&offset=0
Query parameters
| Param | Type | Default | Description |
|---|---|---|---|
epoch | int | active | |
limit | int | 10 | 1–50 |
offset | int | 0 | ≥ 0 |
Response (data)
{
"date": "2026-04-15",
"epoch_number": 3,
"refreshed_at": "2026-04-15T12:00:00Z",
"total": 320,
"entries": [
{ "rank": 1, "user_address": "0xabc...", "points_today": "850.25", "tier": "T2" }
]
}