Skip to content
Alchemy Logo

arbtrace_block

POST
/{apiKey}

Returns traces for all transactions in the specified block. 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

string or enumrequired

The block number as a hexadecimal string, or a block tag such as "latest", "earliest", or "pending".

Responses

200

An array of trace objects for all transactions in the block.

Was this page helpful?