List on-chain UTXOs
onchain
List on-chain UTXOs
Returns all UTXOs in the on-chain wallet. Each entry includes the outpoint, amount, and confirmation height (if confirmed).
GET
List on-chain UTXOs
Authorizations
Base64url-encoded auth token
Response
200 - application/json
Returns the on-chain UTXOs
The value of the UTXO in satoshis.
Required range:
x >= 0Contains the reference to the specific transaction output via transaction ID and index.
An optional field that specifies the block height at which the transaction was confirmed. If
the transaction is unconfirmed, this value will be None.
Required range:
x >= 0