メインコンテンツへスキップ

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のエンドポイントを作成し、開発を始めましょう
今すぐ無料で始めましょう