trace_replayTransaction

Traces a call to eth_sendRawTransaction without executing it, returning the traces.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
transactionHashstringRequiredformat: "^0[xX][0-9A-Fa-f]{64}$"

Transaction hash of the raw transaction to be replayed.

traceTypeslist of enumsRequired

Array of trace types to return. Valid values include “trace” and “stateDiff”.

Allowed values:

Response

Returns the trace result from replaying the transaction.

outputstringOptional
stateDiffstringOptional
tracelist of objectsOptional
vmTracestringOptional