Skip to main content

GET /api/v2/utxo/{addressOrXpub} - Blockbook REST API

Loading...

Updated on
Jun 09, 2026

GET /api/v2/utxo/{addressOrXpub} - Blockbook REST API

Please note that this REST method requires the Zcash 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
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/utxo/t1L2b66MXbgpVMXDfUa94GCBFAN4dCxGohM?confirmed=true" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.zec-mainnet.quiknode.pro/utxo/t1L2b66MXbgpVMXDfUa94GCBFAN4dCxGohM?confirmed=true" \
2
-H "Content-Type: application/json"
Response
1
[
2
{
3
"txid": "b9bc7e1675fe71ebffc5d252f28c02e41208bd4ab481d6f14884418bd8ea08a1",
4
"vout": 0,
5
"value": "125050000",
6
"height": 3371083,
7
"confirmations": 51,
8
"coinbase": true
9
},
10
{
11
"txid": "208e905668569cd5e14c1a7a82002bad7ccdc48f1cf9c93de2a8b32e15d42f34",
12
"vout": 0,
13
"value": "125194068",
14
"height": 3371053,
15
"confirmations": 81,
16
"coinbase": true
17
}
18
]
1
[
2
{
3
"txid": "b9bc7e1675fe71ebffc5d252f28c02e41208bd4ab481d6f14884418bd8ea08a1",
4
"vout": 0,
5
"value": "125050000",
6
"height": 3371083,
7
"confirmations": 51,
8
"coinbase": true
9
},
10
{
11
"txid": "208e905668569cd5e14c1a7a82002bad7ccdc48f1cf9c93de2a8b32e15d42f34",
12
"vout": 0,
13
"value": "125194068",
14
"height": 3371053,
15
"confirmations": 81,
16
"coinbase": true
17
}
18
]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free