Cardano · Example Payload

Protocolmessageparts Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

snapshot_digestnext_aggregate_verification_keylatest_block_number

Example Payload

Raw ↑
{
  "snapshot_digest": "string",
  "next_aggregate_verification_key": "string",
  "latest_block_number": "string"
}