Cardano · Example Payload

Mempool Tx Content Example

BlockchainCryptocurrencyProof-of-StakeSmart ContractsWeb3

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

Top-level fields

txinputsoutputsredeemers

Example Payload

Raw ↑
{
  "tx": {
    "hash": "1e043f100dce12d107f679685acd2fc0610e10f72a92d412794c9773d11d8477",
    "output_amount": [
      {}
    ],
    "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
  },
  "inputs": [
    {
      "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
      "tx_hash": "1a0570af966fb355a7160e4f82d5a80b8681b7955f5d44bec0dce628516157f0",
      "output_index": 0,
      "collateral": true,
      "reference": true
    }
  ],
  "outputs": [
    {
      "address": "addr1q9ld26v2lv8wvrxxmvg90pn8n8n5k6tdst06q2s856rwmvnueldzuuqmnsye359fqrk8hwvenjnqultn7djtrlft7jnq7dy7wv",
      "amount": [],
      "output_index": 0,
      "data_hash": "9e478573ab81ea7a8e31891ce0648b81229f408d596a3483e6f4f9b92d3cf710",
      "inline_datum": "19a6aa",
      "collateral": true,
      "reference_script_hash": "13a3efd825703a352a8f71f4e2758d08c28c564e8dfcce9f77776ad1"
    }
  ],
  "redeemers": [
    {
      "tx_index": 0,
      "purpose": "spend",
      "unit_mem": "1700",
      "unit_steps": "476468"
    }
  ]
}