traceBlock
Get execution traces for every transaction in a block, providing Parity-style trace data for debugging and analysis of EVM execution.
Instructions
Get Parity-style execution traces 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 |
| blockIdentifier | No | Block identifier (number, hash, or tag) | latest |