trace_replayBlockTransactions
Debug & trace | Tempo
trace_replayBlockTransactions | Tempo
Tempo API method that replays all transactions in a block and returns execution traces for each. Available on Tempo via Chainstack.
POST
trace_replayBlockTransactions
Tempo API method that replays all transactions in a block and returns execution traces for each. This is useful for detailed analysis of block execution with customizable trace options.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
blockParameter— the block number (hex) or tag (latest,earliest,pending)traceTypes— array of trace types to include:trace— basic execution tracevmTrace— full VM execution tracestateDiff— state changes
Response
result— array of trace results, one per transaction:output— return data from the transactiontrace— array of trace objects (if requested)vmTrace— VM execution trace (if requested)stateDiff— state differences (if requested)transactionHash— hash of the transaction
trace_replayBlockTransactions code examples
Body
application/json
Last modified on May 18, 2026