Alchemy Logo

trace_get

POST
/{apiKey}

Returns the trace at a given position for a 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

Transaction hash.

traceIndexesstring[]required

Array of trace index positions (in hex) to retrieve from the transaction.

Responses

200

Returns the trace object corresponding to the provided index(es).

Was this page helpful?