GET /api/v2/utxo/{addressOrXpub} - Blockbook REST API
Please note that this REST method requires the Litecoin 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.ltc-mainnet.quiknode.pro/utxo/LYhttvnKawAv6RcHQ4eBkNtifuiEA99PFe?confirmed=true" \2-H "Content-Type: application/json"
1curl -X GET "https://docs-demo.ltc-mainnet.quiknode.pro/utxo/LYhttvnKawAv6RcHQ4eBkNtifuiEA99PFe?confirmed=true" \2-H "Content-Type: application/json"
Response
1[2{3"txid": "9254198db863fb346fc341ba7de48812d1edab2eb1c6f2b3a2690ff3e40a4eba",4"vout": 0,5"value": "625085786",6"height": 3121799,7"confirmations": 5,8"coinbase": true9},10{11"txid": "0a2c1dc78bafd04995995f3b5937b9f6f6dc4e7b45816cd571fe0f4c2306e30f",12"vout": 0,13"value": "625198231",14"height": 3121797,15"confirmations": 7,16"coinbase": true17}18]
1[2{3"txid": "9254198db863fb346fc341ba7de48812d1edab2eb1c6f2b3a2690ff3e40a4eba",4"vout": 0,5"value": "625085786",6"height": 3121799,7"confirmations": 5,8"coinbase": true9},10{11"txid": "0a2c1dc78bafd04995995f3b5937b9f6f6dc4e7b45816cd571fe0f4c2306e30f",12"vout": 0,13"value": "625198231",14"height": 3121797,15"confirmations": 7,16"coinbase": true17}18]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free