platform.getUTXOs
POST
Get the UTXOs that reference a given set of addresses. Supports pagination via startIndex/endIndex.
Request
addressesstring[]requiredThe addresses to get UTXOs for.
limitintegeroptionalMaximum number of UTXOs to return (default 1024 if omitted or greater).
startIndexobjectoptionalPagination cursor; object with address and utxo. Omit to fetch from start.
sourceChainstringoptionalIf set, fetch UTXOs exported from this chain (e.g. "X" for X-Chain).
encodingstringoptionalFormat for returned UTXOs. Can be "hex" when provided.
Responses
200
numFetched, utxos array, endIndex for pagination, encoding.
Was this page helpful?