跳转至主要内容

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

正在加载...

更新于
Jun 10, 2026

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

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

路径参数

xpub_or_address
字符串
必填
正在加载...

查询参数

已确认
布尔型
正在加载...
gap
整数
正在加载...

退货

txid
字符串
正在加载...
vout
整数
正在加载...
字符串
正在加载...
高度
整数
正在加载...
confirmations
整数
正在加载...
请求
回复
1
[
2
{
3
"txid": "959bb7b066f8e8cfccb6f089eccdc1d1d84ed5199a2d35771465b2558e2d5339",
4
"vout": 1,
5
"value": "330078393",
6
"height": 952895,
7
"confirmations": 1
8
},
9
{
10
"txid": "c301490a0b821c5182010d0c178e538c127bb251fb62d5b39414a7c260b8e681",
11
"vout": 1,
12
"value": "331021333",
13
"height": 952895,
14
"confirmations": 1
15
}
16
]
1
[
2
{
3
"txid": "959bb7b066f8e8cfccb6f089eccdc1d1d84ed5199a2d35771465b2558e2d5339",
4
"vout": 1,
5
"value": "330078393",
6
"height": 952895,
7
"confirmations": 1
8
},
9
{
10
"txid": "c301490a0b821c5182010d0c178e538c127bb251fb62d5b39414a7c260b8e681",
11
"vout": 1,
12
"value": "331021333",
13
"height": 952895,
14
"confirmations": 1
15
}
16
]
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用