v1
latestOpenAPI 3.0.02026-07-2442242189.1 KBBalances
QueryWalletUTXOs
Retrieve a list of all UTXOs in a wallet.
post/v2/vaults/{vault_id}/wallets/{wallet_id}:queryUTXOs
Path parameters
vault_idstring required
wallet_idstring required
Request body
Response
A successful response.
Example response
{
"utxos": [
{
"network": "networks/bitcoin-mainnet",
"txHash": "4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b",
"vout": 1,
"walletAddress": "vaults/1b25635a5b3f/wallets/67af44031584/addresses/519c67ddae33",
"scriptType": "P2WPKH",
"confirmations": 6,
"value": "2.1"
}
]
}