get_transaction
Retrieve full details of an Ethereum transaction by its hash. Includes sender, recipient, value, gas, nonce, input data, and block number.
Instructions
Look up a single transaction by its hash. Returns from, to, value (ETH), gas limit, gas price (Gwei), nonce, input data, and block number. Use when you have a specific tx hash and need full details. For bulk transactions, use get_transactions_by_address instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txhash | Yes | Transaction hash (0x...) to look up |