Skip to main content
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

string
required
Payment-key hash of the wallet to inspect.
integer
default:"0"
Pagination offset.
integer
default:"100"
Max results per request.
string
default:"unspent"
Query mode. Today only unspent is supported.

Response

object[]
Array of unspent outputs.