Alchemy Logo

trace_transaction

POST
/{apiKey}

Returns all traces of a given transaction.

Path Parameters

apiKeystringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

transactionHashstringformat: "^0[xX][0-9A-Fa-f]{64}$"required

32 Bytes - Hash of a transaction.

Responses

200

Returns an array of trace objects for the given transaction.

Was this page helpful?