Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for the trace call method: [traceCalls, block identifier]. The first element is an array of trace calls; the second is an optional block identifier.Positional parameters for
trace_callMany:params[0]: List of trace calls. Each trace call is an array of two items: a transaction object and an array of trace types.params[1]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.
Returns
Array - Array of the given transactions’ traces