trace_replayBlockTransactions - Gnosis RPC Method
Replay all transactions in a block and return traces on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.
Replays all transactions in a block on Gnosis and returns the requested traces.
Archive Node Required
This method requires an archive node. It is not available on full nodes.
Use Cases
- Block replay - Re-execute all transactions with full trace output
- State diff analysis - Get state changes for every transaction in a block
- VM trace extraction - Obtain detailed EVM execution traces for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration
Response Body
ResponseCode Examples
Related Methods
trace_replayTransaction- Replay a single transactiontrace_block- Get traces without replaytrace_filter- Filter traces by criteria
trace_get
Get a specific trace by transaction hash and index on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.
trace_replayTransaction
Replay a transaction and return traces on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.