Get Cardano stake distribution information for a specific epoch
Returns the information of a Cardano stake distribution at a given epoch
get/artifact/cardano-stake-distribution/epoch/{epoch}
Path parameters
Example:419
Epoch of the Cardano stake distribution to retrieve
Response
Cardano stake distribution found
Example response
{
"epoch": 123,
"hash": "6367ee65d0d1272e6e70736a1ea2cae34015874517f6328364f6b73930966732",
"certificate_hash": "7905e83ab5d7bc082c1bbc3033bfd19c539078830d19080d1f241c70aa532572",
"stake_distribution": {
"pool15ka28a4a3qxgcgh60wavkylku4vqjg385jezsrqxlafyrhahf02": 1192520901428,
"pool1aymf474uv528zafxlpfg3yr55zp267wj5mpu4qt557z5k5frn9p": 1009503382720
},
"created_at": "2022-06-14T10:52:31Z"
}