trace_replayTransaction - Gnosis RPC Method
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.
Replays a transaction 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
- Transaction replay - Re-execute a transaction with full trace output
- State diff extraction - Get exact state changes from a transaction
- VM trace debugging - Get opcode-level execution details 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_replayBlockTransactions- Replay all transactions in a blocktrace_transaction- Get traces without replaytrace_block- Get all traces in a block
trace_replayBlockTransactions
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.
trace_transaction
Get traces for a specific transaction on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.