Alchemy Logo

debug_traceCall

POST
/{apiKey}

Runs an eth_call within the context of the given block execution using the final state of parent block as the base.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

Transaction Objectobjectrequired

The transaction call object.

Block identifierstring or enumrequired

Block hash, block number (in hex), or block tag.

Optionsobjectoptional

Options for the call including tracer and state overrides.

Responses

200

Array of call traces.

Array of block traces.

Was this page helpful?