Cardano · Example Payload

Tx Content Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

hashblockblock_heightblock_timeslotindexoutput_amountfeesdepositsizeinvalid_hereafterutxo_countwithdrawal_countmir_cert_countdelegation_countstake_cert_countpool_update_countpool_retire_countasset_mint_or_burn_countredeemer_countvalid_contracttreasury_donation

Example Payload

Raw ↑
{
  "hash": "1e043f100dce12d107f679685acd2fc0610e10f72a92d412794c9773d11d8477",
  "block": "356b7d7dbb696ccd12775c016941057a9dc70898d87a63fc752271bb46856940",
  "block_height": 123456,
  "block_time": 1635505891,
  "slot": 42000000,
  "index": 1,
  "output_amount": [
    {
      "unit": "string",
      "quantity": "string"
    }
  ],
  "fees": "182485",
  "deposit": "0",
  "size": 433,
  "invalid_hereafter": "13885913",
  "utxo_count": 4,
  "withdrawal_count": 0,
  "mir_cert_count": 0,
  "delegation_count": 0,
  "stake_cert_count": 0,
  "pool_update_count": 0,
  "pool_retire_count": 0,
  "asset_mint_or_burn_count": 0,
  "redeemer_count": 0,
  "valid_contract": true,
  "treasury_donation": "0"
}