Skip to content
Alchemy Logo

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-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[0-9a-f]{64}$"required

The 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?