Skip to main content
GET
List on-chain UTXOs

Authorizations

Authorization
string
header
required

Base64url-encoded auth token

Response

200 - application/json

Returns the on-chain UTXOs

amount_sat
integer<int64>
required

The value of the UTXO in satoshis.

Required range: x >= 0
outpoint
string
required

Contains the reference to the specific transaction output via transaction ID and index.

confirmation_height
integer<int32> | null

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