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