get_transaction_receipt
Retrieve detailed transaction receipt information using its hash. Specify the network or use the default Ethereum mainnet. Works with EVM-compatible blockchains via a unified interface.
Instructions
Get a transaction receipt by its hash
Input Schema
Name | Required | Description | Default |
---|---|---|---|
network | No | Network name or chain ID. Defaults to Ethereum mainnet. | |
txHash | Yes | The transaction hash to look up |