跳转至主要内容

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 BCH Blockbook add-on enabled on your Quicknode endpoint.

路径参数

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

查询参数

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

退货

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