Cardano » Epochs
Stake distribution by pool
Return the active stake distribution for the epoch specified by stake pool.
get/epochs/{number}/stakes/{pool_id}
Path parameters
numberinteger required
Number of the epoch
pool_idstring required
Stake pool ID to filter
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
[
{
"stake_address": "stake1u9l5q5jwgelgagzyt6nuaasefgmn8pd25c8e9qpeprq0tdcp0e3uk",
"amount": "4440295078"
}
]