跳至主要內容

GET /api/v2/xpub/{xpub} - Blockbook REST API

載入中...

更新於
Jun 10, 2026

GET /api/v2/xpub/{xpub} - Blockbook REST API

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

路徑參數

xpub
字串
必填
載入中...

查詢參數

頁面
整數
載入中...
大小
整數
載入中...
fromHeight
整數
載入中...
詳情
字串
載入中...
篩選器
字串
載入中...
合約
字串
載入中...
協議
字串
載入中...
gap
整數
載入中...

退貨

頁面
整數
載入中...
totalPages
整數
載入中...
itemsOnPage
整數
載入中...
地址
字串
載入中...
平衡
字串
載入中...
總收款金額
字串
載入中...
totalSent
字串
載入中...
未確認餘額
字串
載入中...
未確認交易
整數
載入中...
txs
整數
載入中...
txids
陣列
載入中...
代幣
陣列
載入中...
類型
字串
載入中...
名稱
字串
載入中...
path
字串
載入中...
transfers
整數
載入中...
小數
整數
載入中...
平衡
字串
載入中...
總收款金額
字串
載入中...
totalSent
字串
載入中...
請求
回應
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "xpub...",
6
"balance": "0",
7
"totalReceived": "0",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 0,
12
"tokens": []
13
}
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "xpub...",
6
"balance": "0",
7
"totalReceived": "0",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 0,
12
"tokens": []
13
}
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用