Alchemy Logo

platform.getUTXOs

POST

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

Request

addressesstring[]required

The addresses to get UTXOs for.

limitintegeroptional

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

startIndexobjectoptional

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

sourceChainstringoptional

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

encodingstringoptional

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

Responses

200

numFetched, utxos array, endIndex for pagination, encoding.

Was this page helpful?