trace_replayTransaction
Debug & trace | Tempo
trace_replayTransaction | Tempo
Tempo API method that replays a specific transaction and returns detailed execution traces. trace_replayTransaction on Tempo via Chainstack.
POST
trace_replayTransaction
Tempo API method that replays a specific transaction and returns detailed execution traces. This is useful for debugging transaction behavior 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
transactionHash— the hash of the transaction to replaytraceTypes— array of trace types to include:trace— basic execution tracevmTrace— full VM execution tracestateDiff— state changes
Response
result— trace result object:output— return data from the transactiontrace— array of trace objects (if requested)vmTrace— VM execution trace (if requested)stateDiff— state differences (if requested)
trace_replayTransaction code examples
Body
application/json
Last modified on May 18, 2026