跳至主要內容

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

路徑參數

xpub_or_address
字串
必填
載入中...

查詢參數

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

退貨

txid
字串
載入中...
vout
整數
載入中...
字串
載入中...
高度
整數
載入中...
確認
整數
載入中...
請求
回應
1
[
2
{
3
"txid": "9254198db863fb346fc341ba7de48812d1edab2eb1c6f2b3a2690ff3e40a4eba",
4
"vout": 0,
5
"value": "625085786",
6
"height": 3121799,
7
"confirmations": 5,
8
"coinbase": true
9
},
10
{
11
"txid": "0a2c1dc78bafd04995995f3b5937b9f6f6dc4e7b45816cd571fe0f4c2306e30f",
12
"vout": 0,
13
"value": "625198231",
14
"height": 3121797,
15
"confirmations": 7,
16
"coinbase": true
17
}
18
]
1
[
2
{
3
"txid": "9254198db863fb346fc341ba7de48812d1edab2eb1c6f2b3a2690ff3e40a4eba",
4
"vout": 0,
5
"value": "625085786",
6
"height": 3121799,
7
"confirmations": 5,
8
"coinbase": true
9
},
10
{
11
"txid": "0a2c1dc78bafd04995995f3b5937b9f6f6dc4e7b45816cd571fe0f4c2306e30f",
12
"vout": 0,
13
"value": "625198231",
14
"height": 3121797,
15
"confirmations": 7,
16
"coinbase": true
17
}
18
]
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用