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 DOGE 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.doge-mainnet.quiknode.pro/utxo/D8AXXiGEZeZnMKTKnC9AWB3YUU4jfMAmYU?confirmed=true" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/utxo/D8AXXiGEZeZnMKTKnC9AWB3YUU4jfMAmYU?confirmed=true" \
2
-H "Content-Type: application/json"
Response
1
[
2
{
3
"txid": "28d80bd00d1eb86f1b54c19d7134463e537af9b307bf1a66f68426614418cb84",
4
"vout": 0,
5
"value": "1000836479028",
6
"height": 6241373,
7
"confirmations": 3,
8
"coinbase": true
9
},
10
{
11
"txid": "295166716bd4f8905e0da1c83d161aa2404b29c719151a6ad5553a0d7f809b05",
12
"vout": 0,
13
"value": "1000162555370",
14
"height": 6241366,
15
"confirmations": 10,
16
"coinbase": true
17
},
18
{
19
"txid": "2663c615935493ccb6448a248a93c108d7cdbea3923371e63332e6e611d7c99f",
20
"vout": 0,
21
"value": "1000124300000",
22
"height": 6241364,
23
"confirmations": 12,
24
"coinbase": true
25
}
26
]
1
[
2
{
3
"txid": "28d80bd00d1eb86f1b54c19d7134463e537af9b307bf1a66f68426614418cb84",
4
"vout": 0,
5
"value": "1000836479028",
6
"height": 6241373,
7
"confirmations": 3,
8
"coinbase": true
9
},
10
{
11
"txid": "295166716bd4f8905e0da1c83d161aa2404b29c719151a6ad5553a0d7f809b05",
12
"vout": 0,
13
"value": "1000162555370",
14
"height": 6241366,
15
"confirmations": 10,
16
"coinbase": true
17
},
18
{
19
"txid": "2663c615935493ccb6448a248a93c108d7cdbea3923371e63332e6e611d7c99f",
20
"vout": 0,
21
"value": "1000124300000",
22
"height": 6241364,
23
"confirmations": 12,
24
"coinbase": true
25
}
26
]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free