Get UTXOs
GET
/{apiKey}/api/v2/utxo/{descriptor}
Returns the unspent transaction outputs for a Litecoin address, xpub, or output descriptor. Includes confirmed and unconfirmed UTXOs by default; pass confirmed=true to limit to confirmed only. UTXOs are sorted newest-first.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
stringrequired
Litecoin address, xpub, or output descriptor.
Query Parameters
booleanoptionaldefaults to
falseWhen true, exclude unconfirmed UTXOs.
Responses
200
List of UTXOs.
400
Malformed request.
404
Resource not found on the requested network.
Was this page helpful?