跳至主要內容

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

載入中...

更新於
Aug 09, 2026

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

Please note that this REST method requires the Zcash Blockbook enabled on your Quicknode endpoint.

路徑參數

地址
字串
必填
載入中...

查詢參數

page
整數
載入中...
大小
整數
載入中...
fromHeight
整數
載入中...
詳情
字串
載入中...
filter
字串
載入中...
contract
字串
載入中...
protocols
字串
載入中...

退貨

page
整數
載入中...
totalPages
整數
載入中...
itemsOnPage
整數
載入中...
地址
字串
載入中...
平衡
字串
載入中...
totalReceived
字串
載入中...
totalSent
字串
載入中...
unconfirmedBalance
字串
載入中...
unconfirmedTxs
整數
載入中...
txs
整數
載入中...
txids
陣列
載入中...
請求
回應
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs",
6
"balance": "10000",
7
"totalReceived": "10000",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 1,
12
"txids": [
13
"7f8b7616b74859c6d756d4610f31b772462250b171a22fa6505bd4f3059dea8e"
14
]
15
}
1
{
2
"page": 1,
3
"totalPages": 1,
4
"itemsOnPage": 1000,
5
"address": "t1Hsc1LR8yKnbbe3twRp88p6vFfC5t7DLbs",
6
"balance": "10000",
7
"totalReceived": "10000",
8
"totalSent": "0",
9
"unconfirmedBalance": "0",
10
"unconfirmedTxs": 0,
11
"txs": 1,
12
"txids": [
13
"7f8b7616b74859c6d756d4610f31b772462250b171a22fa6505bd4f3059dea8e"
14
]
15
}
還沒有帳號嗎?
endpoint 幾秒鐘endpoint 建立您的Quicknode endpoint ,並開始建置
立即免費開始使用