跳至主要內容

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

載入中...

更新於
Jun 10, 2026

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

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

路徑參數

xpub_or_address
字串
必填
載入中...

查詢參數

來自
整數
載入中...
整數
載入中...
fiatcurrency
字串
載入中...
groupBy
整數
載入中...
gap
整數
載入中...

退貨

時間
整數
載入中...
txs
整數
載入中...
received
字串
載入中...
已發送
字串
載入中...
sentToSelf
字串
載入中...
rates
物件
載入中...
{currency}
整數
載入中...
請求
回應
1
[
2
{
3
"time": 1683684000,
4
"txs": 8,
5
"received": "2000399945",
6
"sent": "0",
7
"sentToSelf": "0",
8
"rates": {
9
"usd": 32.059723
10
}
11
},
12
{
13
"time": 1683687600,
14
"txs": 6,
15
"received": "1500112724",
16
"sent": "0",
17
"sentToSelf": "0",
18
"rates": {
19
"usd": 32.059723
20
}
21
}
22
]
1
[
2
{
3
"time": 1683684000,
4
"txs": 8,
5
"received": "2000399945",
6
"sent": "0",
7
"sentToSelf": "0",
8
"rates": {
9
"usd": 32.059723
10
}
11
},
12
{
13
"time": 1683687600,
14
"txs": 6,
15
"received": "1500112724",
16
"sent": "0",
17
"sentToSelf": "0",
18
"rates": {
19
"usd": 32.059723
20
}
21
}
22
]
還沒有帳號嗎?
只需幾秒鐘即可建立您的 Quicknode 端點,並開始建置
立即免費開始使用