Get Transaction Receipt
get_transaction_receiptGet the transaction receipt for a transaction hash (execution status, gas used, cumulative gas used, effective gas price, logs, and the created contract address for deployments). Returns null if the hash is unknown or the transaction is still pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txhash | Yes | Transaction hash. | |
| chainid | No | Numeric chain id (e.g. 1=Ethereum, 56=BNB, 137=Polygon). Defaults to server config. |