IBExWalletAPI
Blockchain OperationsBitcoin

List UTXOs for an address

Uses Core scantxoutset with a descriptor addr(<address>) when enabled on the node.

GET
/v1.2/safes/bitcoin/utxos

Authorization

AuthorizationRequiredBearer <token>

In: header

Query Parameters

addressRequiredstring
networkstring
Value in: "mainnet" | "testnet"
curl -X GET "https://passkeys-testnet.ibex.fi/v1.2/safes/bitcoin/utxos?address=%3Cstring%3E&network=mainnet" \
  -H "Authorization: Bearer <token>"

Default Response