trace_transaction - Gnosis RPC Method
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.
Returns all traces for a specific transaction on Gnosis.
Archive Node Required
This method requires an archive node. It is not available on full nodes.
Use Cases
- Transaction analysis - See all internal calls made by a transaction
- Token transfer tracking - Trace value flows through contracts
- Debugging - Understand execution flow 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_get- Get a specific trace by indextrace_block- Get all traces in a blocktrace_filter- Filter traces by criteria
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.
eth_chainId
Get the chain ID for Gnosis. Essential for transaction signing and network verification.