v1
latestOpenAPI 3.0.32026-07-173986194.3 KBReturns a list of consensus epochs.
get/consensus/epochs
Query parameters
limitinteger
The maximum numbers of items to return.
offsetinteger
The number of items to skip before starting to collect the result set.
Response
A JSON object containing a list of consensus epochs.
Example response
{
"total_count": 412,
"is_total_count_clipped": true,
"epochs": [
{
"id": 13402,
"start_height": 8048956,
"end_height": 8049555
}
]
}