Alchemy Logo

debug_traceTransaction

POST
/{apiKey}

Attempts to run the transaction in the exact same manner as it was executed on the network.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

stringformat: "^0x[0-9a-f]{64}$"required

Hash of the transaction to be traced.

objectoptional

Options for the call.

Responses

200

Trace for the transaction.

Array of block traces.

Was this page helpful?