Get transaction info
get_transaction_infoGet transaction details: status, value, gas, and decoded input from any EVM chain using hash and chain ID.
Instructions
Get full details for a transaction by hash: status, value, gas, and decoded input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | The 0x-prefixed transaction hash. | |
| chain | Yes | Chain name or numeric chain ID, e.g. "ethereum" or "1". Use get_chains_list to discover supported chains. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| notes | No | ||
| pagination | No | ||
| instructions | No | ||
| data_description | No |