Get most recent Cardano database snapshots for a specific epoch
Returns the list of the most recent Cardano database snapshots for a specific epoch
get/artifact/cardano-database/epoch/{epoch}
Path parameters
Example:419
Epoch of the Cardano database snapshots to list
Response
Cardano database snapshots found
Example response
[
{
"hash": "d4071d518a3ace0f6c04a9c0745b9e9560e3e2af1b373bafc4e0398423e9abfb",
"merkle_root": "c8224920b9f5ad7377594eb8a15f34f08eb3103cc5241d57cafc5638403ec7c6",
"beacon": {
"epoch": 123,
"immutable_file_number": 2345
},
"certificate_hash": "f6c01b373bafc4e039844071d5da3ace4a9c0745b9e9560e3e2af01823e9abfb",
"total_db_size_uncompressed": 800796318,
"cardano_node_version": "0.0.1",
"created_at": "2023-01-19T13:43:05.618857482Z"
}
]