GET /api/v2/utxo/{addressOrXpub} - Blockbook REST API
Please note that this REST method requires the BTC Blockbook add-on enabled on your QuickNode endpoint.
Path Parameters
xpub_or_address
string
REQUIRED
Loading...
Query Parameters
confirmed
boolean
Loading...
Returns
txid
string
Loading...
vout
integer
Loading...
value
string
Loading...
height
integer
Loading...
confirmations
integer
Loading...
Request
1curl -X GET "https://docs-demo.btc.quiknode.pro/utxo/bc1p72h09wplu60qdxyr8q3ftgdhga7jxnjhdz08qs4u9we9q3lzmqmqa4yzj6?confirmed=true" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.btc.quiknode.pro/utxo/bc1p72h09wplu60qdxyr8q3ftgdhga7jxnjhdz08qs4u9we9q3lzmqmqa4yzj6?confirmed=true" \2-H "Content-Type: application/json"
Response
1[2{3"txid": "959bb7b066f8e8cfccb6f089eccdc1d1d84ed5199a2d35771465b2558e2d5339",4"vout": 1,5"value": "330078393",6"height": 952895,7"confirmations": 18},9{10"txid": "c301490a0b821c5182010d0c178e538c127bb251fb62d5b39414a7c260b8e681",11"vout": 1,12"value": "331021333",13"height": 952895,14"confirmations": 115}16]
1[2{3"txid": "959bb7b066f8e8cfccb6f089eccdc1d1d84ed5199a2d35771465b2558e2d5339",4"vout": 1,5"value": "330078393",6"height": 952895,7"confirmations": 18},9{10"txid": "c301490a0b821c5182010d0c178e538c127bb251fb62d5b39414a7c260b8e681",11"vout": 1,12"value": "331021333",13"height": 952895,14"confirmations": 115}16]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free