trace_rawTransaction
POST
/{apiKey}
Traces a call to eth_sendRawTransaction without executing it, returning the traces.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
rawTransactionstringformat: "^0x[0-9a-fA-F]*$"requiredRaw transaction data.
traceTypesenum[]requireddefaults to traceArray of trace types to return. Valid values include "trace" and "stateDiff".
Defaults to ["trace"].
Responses
200
Returns the traces from the raw transaction call.
Was this page helpful?