Hedera · Schema

TransactionDetail

Distributed LedgerBlockchainDLTHashgraphTransactionTokensNFTSmart ContractsEnterprise
View JSON Schema on GitHub

JSON Schema

TransactionDetail.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hedera/refs/heads/main/json-schema/TransactionDetail.json",
  "title": "TransactionDetail",
  "allOf": [
    {
      "$ref": "#/components/schemas/Transaction"
    },
    {
      "type": "object",
      "properties": {
        "assessed_custom_fees": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/AssessedCustomFee"
          }
        }
      }
    }
  ],
  "example": {
    "assessed_custom_fees": [
      {
        "amount": 100,
        "collector_account_id": "0.0.10",
        "effective_payer_account_ids": [
          "0.0.8",
          "0.0.72"
        ],
        "token_id": "0.0.90001"
      }
    ],
    "bytes": null,
    "charged_tx_fee": 7,
    "consensus_timestamp": "1234567890.000000007",
    "entity_id": "0.0.2281979",
    "high_volume": false,
    "high_volume_pricing_multiplier": 1,
    "max_fee": 33,
    "memo_base64": null,
    "name": "CRYPTOTRANSFER",
    "nft_transfers": [
      {
        "is_approval": true,
        "receiver_account_id": "0.0.121",
        "sender_account_id": "0.0.122",
        "serial_number": 1,
        "token_id": "0.0.123"
      },
      {
        "is_approval": true,
        "receiver_account_id": "0.0.321",
        "sender_account_id": "0.0.422",
        "serial_number": 2,
        "token_id": "0.0.123"
      }
    ],
    "node": "0.0.3",
    "nonce": 0,
    "parent_consensus_timestamp": "1234567890.000000007",
    "result": "SUCCESS",
    "scheduled": false,
    "staking_reward_transfers": [
      {
        "account": 3,
        "amount": 200
      },
      {
        "account": 9,
        "amount": 300
      }
    ],
    "transaction_hash": "vigzKe2J7fv4ktHBbNTSzQmKq7Lzdq1/lJMmHT+a2KgvdhAuadlvS4eKeqKjIRmW",
    "transaction_id": "0.0.8-1234567890-000000006",
    "token_transfers": [
      {
        "token_id": "0.0.90000",
        "account": "0.0.9",
        "amount": 1200,
        "is_approval": true
      },
      {
        "token_id": "0.0.90000",
        "account": "0.0.8",
        "amount": -1200,
        "is_approval": true
      }
    ],
    "transfers": [
      {
        "account": "0.0.3",
        "amount": 2,
        "is_approval": true
      },
      {
        "account": "0.0.8",
        "amount": -3,
        "is_approval": true
      },
      {
        "account": "0.0.98",
        "amount": 1,
        "is_approval": true
      },
      {
        "account": "0.0.800",
        "amount": 200,
        "is_approval": false
      },
      {
        "account": "0.0.800",
        "amount": 300,
        "is_approval": false
      }
    ],
    "valid_duration_seconds": 11,
    "valid_start_timestamp": "1234567890.000000006"
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/TransactionDetail"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.