Get transaction receipt
rpc_get_transaction_receiptFetch a transaction receipt by hash and chain ID to confirm execution status, logs, and gas used. Provide the EVM chain ID and transaction hash to get the receipt.
Instructions
Fetch a transaction receipt by hash.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | ||
| chainId | Yes | EVM chain ID (for example 1 for Ethereum mainnet) |