GET /api/v2/utxo/{addressOrXpub} - Blockbook REST API
Please note that this REST method requires the BCH 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.bch-mainnet.quiknode.pro/utxo/bitcoincash:qzf9ax7we6swngffah3e9gr4mgh0qw3zcy6kq5afau?confirmed=true" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.bch-mainnet.quiknode.pro/utxo/bitcoincash:qzf9ax7we6swngffah3e9gr4mgh0qw3zcy6kq5afau?confirmed=true" \2-H "Content-Type: application/json"
Response
1[2{3"txid": "9d80b45c92296792281803c6e0d029a947d66a5210d7f1961109bcffd8e698e0",4"vout": 2,5"value": "76031257",6"height": 954494,7"confirmations": 18},9{10"txid": "1ced740cd2991ef8ff89c27d4a294b2a39c803ad18e98c3ac7a8c1b61b2f4e02",11"vout": 2,12"value": "1932",13"height": 945484,14"confirmations": 901115}16]
1[2{3"txid": "9d80b45c92296792281803c6e0d029a947d66a5210d7f1961109bcffd8e698e0",4"vout": 2,5"value": "76031257",6"height": 954494,7"confirmations": 18},9{10"txid": "1ced740cd2991ef8ff89c27d4a294b2a39c803ad18e98c3ac7a8c1b61b2f4e02",11"vout": 2,12"value": "1932",13"height": 945484,14"confirmations": 901115}16]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free