debugTraceBlockByHash
Replay and trace all transactions in a block by its hash, with optional custom tracers, to debug and analyze transaction execution.
Instructions
Replay and trace all transactions in a block identified by its hash
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockHash | Yes | 32-byte block hash | |
| tracer | No | Tracer options |