trace_get

Returns the trace at a given position for a transaction.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
transactionHashstringRequiredformat: "^0[xX][0-9A-Fa-f]{64}$"
Transaction hash.
traceIndexeslist of stringsRequired

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

Response

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

actionobject or null
blockHashstring or nullformat: "^0[xX][0-9A-Fa-f]{64}$"
blockNumberinteger or null
resultobject or null
subtracesinteger or null
traceAddresslist of strings or null
transactionHashstring or nullformat: "^0[xX][0-9A-Fa-f]{64}$"
transactionPositioninteger or null
typestring or null