Cardano » Epochs
Listing of next epochs
Return the list of epochs following a specific epoch.
get/epochs/{number}/next
Path parameters
numberinteger required
Number of the requested epoch.
Query parameters
countinteger
The number of results displayed on one page.
pageinteger
The page number for listing the results.
Response
Return the data about the epoch
Example response
[
{
"epoch": 225,
"start_time": 1603403091,
"end_time": 1603835086,
"first_block_time": 1603403092,
"last_block_time": 1603835084,
"block_count": 21298,
"tx_count": 17856,
"output": "7849943934049314",
"fees": "4203312194",
"active_stake": "784953934049314"
}
]