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
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
objectrequired
The transaction call object.
string or enumrequired
Block hash, block number (in hex), or block tag.
objectoptional
Options for the call including tracer and state overrides.
Responses
200
Array of call traces.
Array of block traces.
Was this page helpful?