Get Cardano stake distribution information
Returns the information of a Cardano stake distribution
get/artifact/cardano-stake-distribution/{hash}
Path parameters
hashstring bytes required
Example:6da2b104ed68481ef829d72d72c2f6a20142916d17985e01774b14ed49f0fea1
Hash 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"
}