debugGetRawReceipts
Retrieve raw receipt data for all transactions in a specified block. Use block number or tag to access Ethereum mainnet or other networks. Essential for debugging and in-depth transaction analysis.
Instructions
Get the raw receipt data for all transactions in a block
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockNumberOrTag | Yes | Block number in hex or tag like 'latest' |