跳到主要内容

Epochs

All epochs, ascending. Public.

GET /epochs

Response (data)

[
{
"id": 1,
"label": "Epoch 1: 2026.1.1 - 2026.1.14",
"startDate": "2026-01-01",
"endDate": "2026-01-14",
"status": "ended"
},
{
"id": 2,
"label": "Epoch 2: 2026.1.15 - 2026.1.28",
"startDate": "2026-01-15",
"endDate": "2026-01-28",
"status": "active"
}
]

statuspending / active / ended / settled. Up to 100 epochs are returned.