EVM RPC API
trace_replayBlockTransactions
Replays all transactions in a block returning the requested traces for each transaction.
Parameters
- TAG - Integer of a block number, or the string ‘earliest’, ‘latest’ or ‘pending’.
- STRINGARRAY - Type of trace, one or more of: “vmTrace”, “trace”, “stateDiff”.
Returns
Object - An object of type BlockTraceArray.
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
Body
application/json