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

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

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

Hash of the transaction to be traced.

Optionsobjectoptional

Options for the call.

Responses

200

Trace for the transaction.

Array of block traces.

Was this page helpful?