getTransactionReceipts
Retrieve all transaction receipts for a specific block using its number or hash to access detailed transaction outcomes.
Instructions
Get all transaction receipts for a given block by number or hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockNumber | No | Block number in hex. One of blockNumber or blockHash must be provided. | |
| blockHash | No | Block hash in hex. One of blockNumber or blockHash must be provided. |