debug_traceTransaction
POST
/{apiKey}
Attempts to run the transaction in the exact same manner as it was executed on the network.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
Transaction hashstringformat: "^0x[0-9a-f]{64}$"requiredHash of the transaction to be traced.
OptionsobjectoptionalOptions for the call.
Responses
200
Trace for the transaction.
Array of block traces.
Was this page helpful?