Cardano · Schema
Snapshotdownloadmessage
SnapshotDownloadMessage represents a downloaded snapshot event
BlockchainCryptocurrencyProof of StakeSmart ContractsWeb3
Properties
| Name | Type | Description |
|---|---|---|
| digest | string | Digest that is signed by the signer participants |
| beacon | object | |
| size | integer | Size of the snapshot file in Bytes |
| locations | array | Locations where the binary content of the snapshot can be retrieved |
| compression_algorithm | string | Compression algorithm for the snapshot archive |
| cardano_node_version | string | Version of the Cardano node which is used to create snapshot archives. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://cardano.blockfrost.io/schema/SnapshotDownloadMessage",
"title": "Snapshotdownloadmessage",
"description": "SnapshotDownloadMessage represents a downloaded snapshot event",
"type": "object",
"additionalProperties": false,
"required": [
"digest",
"beacon",
"size",
"locations",
"compression_algorithm",
"cardano_node_version"
],
"properties": {
"digest": {
"description": "Digest that is signed by the signer participants",
"type": "string",
"format": "bytes"
},
"beacon": {
"$ref": "#/components/schemas/CardanoDbBeacon"
},
"size": {
"description": "Size of the snapshot file in Bytes",
"type": "integer",
"format": "int64"
},
"locations": {
"description": "Locations where the binary content of the snapshot can be retrieved",
"type": "array",
"items": {
"type": "string"
}
},
"compression_algorithm": {
"description": "Compression algorithm for the snapshot archive",
"type": "string"
},
"cardano_node_version": {
"description": "Version of the Cardano node which is used to create snapshot archives.",
"type": "string"
}
},
"example": {
"digest": "6367ee65d0d1272e6e70736a1ea2cae34015874517f6328364f6b73930966732",
"beacon": {
"network": "mainnet",
"epoch": 329,
"immutable_file_number": 7060000
},
"size": 26058531636,
"locations": [
"https://mithril-cdn-us.iohk.io/snapshot/6367ee65d0d1272e6e70736a1ea2cae34015874517f6328364f6b73930966732",
"https://mithril-cdn-eu.iohk.io/snapshot/6367ee65d0d1272e6e70736a1ea2cae34015874517f6328364f6b73930966732",
"magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C",
"ipfs:QmPXME1oRtoT627YKaDPDQ3PwA8tdP9rWuAAweLzqSwAWT"
],
"compression_algorithm": "zstandard",
"cardano_node_version": "1.0.0"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/SnapshotDownloadMessage"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.