Skip to main content

bb_getUTXOs RPC Method - Blockbook

Loading...

Updated on
Apr 16, 2026

bb_getUTXOs RPC Method - Blockbook

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

Parameters

address_or_xpub
string
REQUIRED
Loading...
object
object
Loading...
confirmed
boolean
Loading...

Returns

result
array
Loading...
txid
string
Loading...
vout
integer
Loading...
value
string
Loading...
height
integer
Loading...
confirmations
integer
Loading...
coinbase
boolean
Loading...
Request
1
curl -X POST "https://docs-demo.doge-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getUTXOs",
6
"params": [
7
"DTZSTXecLmSXpRGSfht4tAMyqra1wsL7xb",
8
{
9
"confirmed": true
10
}
11
],
12
"id": 1
13
}'
1
curl -X POST "https://docs-demo.doge-mainnet.quiknode.pro/" \
2
-H "Content-Type: application/json" \
3
-d '{
4
"jsonrpc": "2.0",
5
"method": "bb_getUTXOs",
6
"params": [
7
"DTZSTXecLmSXpRGSfht4tAMyqra1wsL7xb",
8
{
9
"confirmed": true
10
}
11
],
12
"id": 1
13
}'
Response
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": []
5
}
1
{
2
"jsonrpc": "2.0",
3
"id": 1,
4
"result": []
5
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free