Cardano · Example Payload

Snapshot Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

digestbeaconcertificate_hashsizecreated_atlocationscompression_algorithmcardano_node_version

Example Payload

Raw ↑
{
  "digest": "string",
  "beacon": {
    "network": "string",
    "immutable_file_number": 0
  },
  "certificate_hash": "string",
  "size": 0,
  "created_at": "2023-01-01T00:00:00Z",
  "locations": [
    "string"
  ],
  "compression_algorithm": "string",
  "cardano_node_version": "string"
}