arbtrace_get
POST
/{apiKey}
Returns a specific trace at the given position within a 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 get the trace from.
string[]required
An array of index positions specifying the trace address within the transaction's trace tree.
Responses
200
The trace object at the specified position.
Was this page helpful?