[v2] Get Bitcoin UTXOs (Mempool-Aware)

get

Mempool-aware: Retrieve UTXOs. This endpoint considers both confirmed and unconfirmed utxos. When a confirmed UTXO is spent in the mempool, it will not be returned here as its no longer a utxo. To query confirmed-only endpoint use /v1/bitcoin/address/:address/utxo. Iterate using offset if hasMore is true. UTXO filtering: excludeNonVoidProtocolInscriptionUtxos - When true, excludes UTXOs that hold valuable inscriptions, but can include void protocol inscriptions (e.g. BRC-20, TAP spent inscriptions). excludeAllInscriptionUtxos - When true, excludes all inscription-bearing UTXOs, including both valuable inscriptions(non-void protocol inscriptions) and void protocol inscriptions. Implies excludeNonVoidProtocolInscriptionUtxos=true.

Authorizations
x-api-keystringRequired
Path parameters
addressstring · BitcoinAddress · min: 10RequiredDefault: bc1q0egjvlcfq77cxd9kvpgppyuxckzvws46e3sxch
Query parameters
offsetnumberOptionalDefault: 0
limitnumber · min: 25 · max: 5000OptionalDefault: 60
excludeNonVoidProtocolInscriptionUtxosbooleanOptionalDefault: false
excludeAllInscriptionUtxosbooleanOptionalDefault: false
Responses
get
/v2/bitcoin/address/{address}/utxo

Last updated