Cardano · Example Payload

Snapshotdownloadmessage Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

Snapshotdownloadmessage Example is an example object payload from Cardano, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

digestbeaconsizelocationscompression_algorithmcardano_node_version

Example Payload

Raw ↑
{
  "digest": "string",
  "beacon": {
    "network": "string",
    "immutable_file_number": 0
  },
  "size": 0,
  "locations": [
    "string"
  ],
  "compression_algorithm": "string",
  "cardano_node_version": "string"
}