cURL
curl --request GET \ --url https://xbt-mainnet.gomaestro-api.org/v0/esplora/address/{address}/utxo \ --header 'api-key: <api-key>'
[ { "txid": "<string>", "vout": 123, "value": 123, "status": { "confirmed": true, "block_height": 123, "block_hash": "<string>", "block_time": 123 } } ]
Get all unspent transaction outputs (UTXOs) for a specific Bitcoin address with values and confirmations.
Project API Key
The Bitcoin address to query.
"bc1qcx7ys0ahvtfqcc63sfn6axls0qrhkadnslpd94"
A list of UTXOs for the address.
Transaction ID where the UTXO originates.
Index of the output in the transaction.
Value of the UTXO in satoshis.
Show child attributes
Was this page helpful?