跳至主要內容

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
字串
必填
載入中...

查詢參數

confirmed
布林值
載入中...
gap
整數
載入中...

退貨

txid
字串
載入中...
vout
整數
載入中...
字串
載入中...
高度
整數
載入中...
確認
整數
載入中...
請求
回應
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 端點,並開始建置
立即免費開始使用