Skip to content
Alchemy Logo

platform.getUTXOs

POST

Get the UTXOs that reference a given set of addresses. Supports pagination via startIndex/endIndex.

Request

string[]required

The addresses to get UTXOs for.

integeroptional

Maximum number of UTXOs to return (default 1024 if omitted or greater).

objectoptional

Pagination cursor; object with address and utxo. Omit to fetch from start.

stringoptional

If set, fetch UTXOs exported from this chain (e.g. "X" for X-Chain).

stringoptional

Format for returned UTXOs. Can be "hex" when provided.

Responses

200

numFetched, utxos array, endIndex for pagination, encoding.

Was this page helpful?