Trace
trace_replayBlockTransactions
Replays all transactions in a block returning the requested traces for each transaction.
POST
Parameters
Unique identifier for a blockchain network.
Request identifier used to match responses.
JSON-RPC version.
JSON-RPC method name.
Parameters for the trace_replayBlockTransactions method: [defaultBlock, traceTypes].Positional parameters for
trace_replayBlockTransactions:params[0]: Block identifier. Can be an integer block number or a string tag: “latest”, “earliest”, or “pending”.params[1]: Types of traces to collect: “vmTrace”, “trace”, and/or “stateDiff”.
Returns
Array - Block transactions traces.