跳转至主要内容

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 BTC 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": 19,
5
"received": "1289573714",
6
"sent": "1331774394",
7
"sentToSelf": "1055024095",
8
"rates": {
9
"usd": 27639.734
10
}
11
},
12
{
13
"time": 1683687600,
14
"txs": 7,
15
"received": "838521590",
16
"sent": "1044980796",
17
"sentToSelf": "708554480",
18
"rates": {
19
"usd": 27639.734
20
}
21
}
22
]
1
[
2
{
3
"time": 1683684000,
4
"txs": 19,
5
"received": "1289573714",
6
"sent": "1331774394",
7
"sentToSelf": "1055024095",
8
"rates": {
9
"usd": 27639.734
10
}
11
},
12
{
13
"time": 1683687600,
14
"txs": 7,
15
"received": "838521590",
16
"sent": "1044980796",
17
"sentToSelf": "708554480",
18
"rates": {
19
"usd": 27639.734
20
}
21
}
22
]
还没有账号吗?
只需几秒钟即可创建您的 Quicknode 端点,并开始构建
免费开始使用