trace_rawTransaction

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

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
rawTransactionstringRequiredformat: "^0x[0-9a-fA-F]*$"
Raw transaction data.
traceTypeslist of enumsRequired
Array of trace types to return. Valid values include "trace" and "stateDiff".
Allowed values:

Response

Returns the traces from the raw transaction call.
outputstring or null
stateDiffstring or null
tracelist of objects or null
vmTracestring or null