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-demoFor higher throughput, create your own API key
Request
Transaction ObjectobjectrequiredThe transaction call object.
Block identifierstring or enumrequiredBlock hash, block number (in hex), or block tag.
OptionsobjectoptionalOptions for the call including tracer and state overrides.
Responses
200
Array of call traces.
Array of block traces.
Was this page helpful?