get_transaction_receipt
Retrieve the receipt of a blockchain transaction by hash, including status, logs, and gas used. Supports 23 EVM chains.
Instructions
Get the receipt of a transaction by hash (status, logs, gas used).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hash | Yes | 0x-transaction hash | |
| chain | Yes | Chain slug, e.g. 'eth', 'base', 'robinhood' |