Skip to main content

bb_getUTXOs RPC Method - Blockbook

Loading...

Updated on
Apr 30, 2026

bb_getUTXOs RPC Method - Blockbook

Please note that this RPC method requires the Blockbook RPC add-on enabled on your Quicknode endpoint.

Parameters

xpub_or_descriptor
string
REQUIRED
Loading...
object
object
Loading...
confirmed
boolean
Loading...

Returns

result
array
Loading...
txid
string
Loading...
vout
integer
Loading...
value
string
Loading...
confirmations
integer
Loading...
height
integer
Loading...
coinbase
boolean
Loading...
Request
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getUTXOs",
6
"params": [
7
"t1L2b66MXbgpVMXDfUa94GCBFAN4dCxGohM",
8
{
9
"confirmed": true
10
}
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.zec-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getUTXOs",
6
"params": [
7
"t1L2b66MXbgpVMXDfUa94GCBFAN4dCxGohM",
8
{
9
"confirmed": true
10
}
11
],
12
"id": 1
13
}'
Response
1
{
2
"id": 1,
3
"result": [
4
{
5
"txid": "65c2220429d7858d42ca8741cb4170f64660bf189b9aeb82f13dd6cbbfb316ce",
6
"vout": 0,
7
"value": "125075000",
8
"height": 3325978,
9
"confirmations": 92,
10
"coinbase": true
11
},
12
{
13
"txid": "c7a5aba940d88b4a54c4e42350fc6d5f7af025e692c8ce5da932ab9c80306dcb",
14
"vout": 0,
15
"value": "125221500",
16
"height": 3325941,
17
"confirmations": 129
18
},
19
{
20
"txid": "a11a005fa3bb17143122160b8073b3eb6ae2f511b6e2ea3f194b628c8b2ebead",
21
"vout": 0,
22
"value": "125000000",
23
"height": 3325940,
24
"confirmations": 130
25
}
26
],
27
"jsonrpc": "2.0"
28
}
1
{
2
"id": 1,
3
"result": [
4
{
5
"txid": "65c2220429d7858d42ca8741cb4170f64660bf189b9aeb82f13dd6cbbfb316ce",
6
"vout": 0,
7
"value": "125075000",
8
"height": 3325978,
9
"confirmations": 92,
10
"coinbase": true
11
},
12
{
13
"txid": "c7a5aba940d88b4a54c4e42350fc6d5f7af025e692c8ce5da932ab9c80306dcb",
14
"vout": 0,
15
"value": "125221500",
16
"height": 3325941,
17
"confirmations": 129
18
},
19
{
20
"txid": "a11a005fa3bb17143122160b8073b3eb6ae2f511b6e2ea3f194b628c8b2ebead",
21
"vout": 0,
22
"value": "125000000",
23
"height": 3325940,
24
"confirmations": 130
25
}
26
],
27
"jsonrpc": "2.0"
28
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free