Seasons
All seasons, ascending by season_no. Public.
GET /points/seasons
Response (data)
[
{
"season_id": "uuid",
"season_no": 1,
"label": "Season 1",
"start_epoch": 1,
"end_epoch": 4,
"user_pool_tokens": 35000000,
"mm_pool_tokens": 20000000,
"status": "active",
"snapshot_at": "2026-03-01T00:00:00Z",
"snapshot_taken_at": null,
"distribution_at": null
}
]
| Field | Description |
|---|---|
user_pool_tokens / mm_pool_tokens | Token pools split among users / market makers |
snapshot_at | Scheduled snapshot time; snapshot_taken_at set once taken |
distribution_at | When distribution rows were written |
Errors: DB_ERROR.