trace_callMany

Performs multiple call traces on top of the same block. i.e. transaction n will be executed on top of a pending block with all n-1 transactions applied (traced) first. Allows to trace dependent transactions. (Trace Mode required, and supported only on OpenEthereum & Erigon).

Path Params
string
required
Defaults to public

For higher throughput, please create your own API key.

Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to trace_call
params
array
length between 1 and 1
  1. object - Transaction Object (select in 1st box)
  2. string - Type of trace, one or more of "trace" or "stateDiff". (select in 2nd box)
  3. string - Block Identifier: Block hash, block number (in hex), or block tag (select in 3rd box)
params
Response

Language
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json