Skip to main content

bb_getUTXOs RPC Method - Blockbook

Loading...

Updated on
Feb 04, 2026

bb_getUTXOs RPC Method - Blockbook

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

Parameters

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

Returns

tx
array
Loading...
txid
string
Loading...
vout
integer
Loading...
value
string
Loading...
confirmations
integer
Loading...
height
integer
Loading...
Request
Response
1
{
2
"id": 1,
3
"result": [
4
{
5
"txid": "3e5a53348fcac5459d82eedef9ce8b59694a23fa8cc7f00226ad06335f608742",
6
"vout": 2,
7
"value": "9897005",
8
"height": 916715,
9
"confirmations": 1
10
},
11
{
12
"txid": "7d51c4e81679c3eced85fd7a3f6ab79cfffbc77b63d1c70759dbb94b000110e0",
13
"vout": 2,
14
"value": "1951",
15
"height": 916286,
16
"confirmations": 430
17
},
18
{
19
"txid": "0406af511e0b5e3cbb4c8ccbbe89b7bf48489bbf5d77823d9ee184f2a9516e42",
20
"vout": 2,
21
"value": "1774",
22
"height": 916204,
23
"confirmations": 512
24
},
25
{
26
"txid": "cd4a526f972b4942c68de2c57d9efdf11db8653cacd2baff9c3f34b902370c60",
27
"vout": 2,
28
"value": "1642",
29
"height": 916067,
30
"confirmations": 649
31
},
32
{
33
"txid": "842eb4b3146be5bd4f0c8b172dbac6e2a68e1217f20c040f97967ea78f0969af",
34
"vout": 2,
35
"value": "1539",
36
"height": 901527,
37
"confirmations": 15189
38
}
39
],
40
"jsonrpc": "2.0"
41
}
1
{
2
"id": 1,
3
"result": [
4
{
5
"txid": "3e5a53348fcac5459d82eedef9ce8b59694a23fa8cc7f00226ad06335f608742",
6
"vout": 2,
7
"value": "9897005",
8
"height": 916715,
9
"confirmations": 1
10
},
11
{
12
"txid": "7d51c4e81679c3eced85fd7a3f6ab79cfffbc77b63d1c70759dbb94b000110e0",
13
"vout": 2,
14
"value": "1951",
15
"height": 916286,
16
"confirmations": 430
17
},
18
{
19
"txid": "0406af511e0b5e3cbb4c8ccbbe89b7bf48489bbf5d77823d9ee184f2a9516e42",
20
"vout": 2,
21
"value": "1774",
22
"height": 916204,
23
"confirmations": 512
24
},
25
{
26
"txid": "cd4a526f972b4942c68de2c57d9efdf11db8653cacd2baff9c3f34b902370c60",
27
"vout": 2,
28
"value": "1642",
29
"height": 916067,
30
"confirmations": 649
31
},
32
{
33
"txid": "842eb4b3146be5bd4f0c8b172dbac6e2a68e1217f20c040f97967ea78f0969af",
34
"vout": 2,
35
"value": "1539",
36
"height": 901527,
37
"confirmations": 15189
38
}
39
],
40
"jsonrpc": "2.0"
41
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free