UTXO Monitor
Get UTXOs
Unspent outputs for a wallet
POST
Returns the unspent transaction outputs owned by a wallet, identified by its payment-key hash.
Paginate by requesting 100 at a time until the response returns fewer than
limit entries — that’s the last page.
Auth: Public
Request body
Payment-key hash of the wallet to inspect.
Pagination offset.
Max results per request.
Query mode. Today only
unspent is supported.Response
Array of unspent outputs.