debug_traceTransaction
Debug & trace | Tempo
debug_traceTransaction | Tempo
Tempo API method that returns a detailed trace of a transaction’s execution. Reference for debug_traceTransaction on Tempo via Chainstack.
POST
debug_traceTransaction
Tempo API method that returns a detailed trace of a transaction’s execution. This is useful for debugging failed transactions or understanding contract behavior.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 tracetracerConfig— (optional) tracer configuration object:tracer— tracer type (e.g.,callTracer,prestateTracer)timeout— (optional) timeout for the trace
Response
result— the trace result object, format depends on the tracer used
debug_traceTransaction code examples
Last modified on May 18, 2026