arbtrace_transaction
POST
/{apiKey}
Returns all traces produced during the execution of a specific transaction. This is an Arbitrum-specific tracing method that works for pre-Nitro blocks (before block 22,207,815). For post-Nitro blocks, use Geth debug_* methods.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
string
format: "^0x[0-9a-f]{64}$"requiredThe hash of the transaction to trace.
Responses
200
An array of trace objects for the given transaction.
Was this page helpful?