trace_block - Gnosis RPC Method
Get traces for all transactions in a block on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.
Returns traces for all transactions in a block on Gnosis.
Archive Node Required
This method requires an archive node. It is not available on full nodes.
Use Cases
- Block analysis - Inspect all internal transactions in a block
- MEV research - Analyze transaction ordering and internal calls
- Indexing - Build comprehensive transaction indexes 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_filter- Filter traces by address or block rangetrace_transaction- Trace a specific transactiontrace_get- Get a specific trace by index
debug_traceTransaction
Trace a transaction execution on Gnosis. Requires archive node for debugging prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.
trace_call
Trace a call without creating a transaction on Gnosis. Requires archive node for prediction markets (largest by market cap), Safe wallet infrastructure, CoW Protocol DEX, and Gnosis Pay card integration.