Cardano » Pools
Stake pool history
History of stake pool parameters over epochs.
get/pools/{pool_id}/history
Path parameters
pool_idstring required
Bech32 or hexadecimal pool ID.
Query parameters
countinteger
The number of results displayed on one page.
pageinteger
The page number for listing the results
order'asc' | 'desc'
The ordering of items from the point of view of the blockchain, not the page listing itself. By default, we return oldest first, newest last.
Response
Return the pool information content.
Example response
[
{
"epoch": 233,
"blocks": 22,
"active_stake": "20485965693569",
"active_size": 1.2345,
"delegators_count": 115,
"rewards": "206936253674159",
"fees": "1290968354"
}
]