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"
}Changes
Changed in 2 of the 55 revisions of this API.11
- ○
for the
pathrequest parameterepoch, the type was generalized fromintegerto no type, and format fromint64to no formatrequest-parameter-type-generalized
- ○
- ▲
for the
pathrequest parameterepoch, the type changed from no type tointeger, and format from no format toint64request-parameter-type-changed
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲