Skip to content
Alchemy Logo

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

For higher throughput, create your own API key

Request

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

The hash of the transaction to trace.

Responses

200

An array of trace objects for the given transaction.

Was this page helpful?