Skip to main content
POST
debug_traceTransaction
Arc API method that returns a detailed trace of a transaction’s execution. This is useful for debugging failed transactions or understanding contract behavior.
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 trace
  • tracerConfig — (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

Body

application/json
id
integer
default:1
jsonrpc
string
default:2.0
method
string
default:debug_traceTransaction
params
array

Response

200 - application/json

Returns the result of debug_traceTransaction.

jsonrpc
string
id
integer
result
object
Last modified on August 3, 2026