Skip to content
Alchemy Logo

arbtrace_filter

POST
/{apiKey}

Returns all traces matching a specified filter object. Allows filtering by block range, sender addresses, and recipient addresses. 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

objectrequired

The filter object specifying the criteria for trace retrieval.

Responses

200

An array of trace objects matching the filter criteria.

Was this page helpful?