traceReplayBlockTransactions
Replay all transactions in a block to retrieve traces and optional state diffs. Identify transaction execution details and state changes for debugging or analysis.
Instructions
Replay all transactions in a block and return traces with optional state diffs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| blockIdentifier | Yes | Block identifier (number, hash, or tag) | |
| traceTypes | Yes | Array of trace types. e.g. ["trace", "stateDiff"] |