trace_get
POST
/{apiKey}
Returns the trace at a given position for a transaction.
Path Parameters
apiKeystringrequireddefaults to docs-demoFor higher throughput, create your own API key
Request
transactionHashstringformat: "^0[xX][0-9A-Fa-f]{64}$"requiredTransaction hash.
traceIndexesstring[]requiredArray 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?