decode_tx
Decode any mainnet transaction by hash on Base, Ethereum, or Solana. Returns structured fields like value, gas, status, and calldata for EVM or slot, fee, signers for Solana.
Instructions
Structured decode of any mainnet transaction by hash. Supply chain ('base' | 'ethereum' | 'solana') and tx_hash. Returns from/to/value/gas/status/calldata for EVM, or slot/fee/signers/program_calls for Solana. Mined txs cached in-process. Use for tx inspection, audit, agent UX (rendering tx summaries to users). $0.001 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | Yes | ||
| tx_hash | Yes | EVM 0x+64hex or Solana base58 signature. |