Skip to main content

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

Loading...

Updated on
Jun 09, 2026

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

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

Path Parameters

xpub_or_address
string
REQUIRED
Loading...

Query Parameters

from
integer
Loading...
to
integer
Loading...
fiatcurrency
string
Loading...
groupBy
integer
Loading...

Returns

time
integer
Loading...
txs
integer
Loading...
received
string
Loading...
sent
string
Loading...
sentToSelf
string
Loading...
rates
object
Loading...
{currency}
integer
Loading...
Request
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/balancehistory/DRseFdCmC7XFRcUWxLFoLWvpvj33dFzjeD?from=1707000000&to=1712000000&fiatcurrency=usd&groupBy=3600" \
2
-H "Content-Type: application/json"
1
curl -X GET "https://docs-demo.doge-mainnet.quiknode.pro/balancehistory/DRseFdCmC7XFRcUWxLFoLWvpvj33dFzjeD?from=1707000000&to=1712000000&fiatcurrency=usd&groupBy=3600" \
2
-H "Content-Type: application/json"
Response
1
[
2
{
3
"time": 1707847200,
4
"txs": 6,
5
"received": "80876815668",
6
"sent": "79891193076",
7
"sentToSelf": "21666965668",
8
"rates": {
9
"usd": 0.085988
10
}
11
},
12
{
13
"time": 1707850800,
14
"txs": 5,
15
"received": "94120722971",
16
"sent": "91573100011",
17
"sentToSelf": "2548722971",
18
"rates": {
19
"usd": 0.085988
20
}
21
},
22
{
23
"time": 1707858000,
24
"txs": 1,
25
"received": "100000",
26
"sent": "0",
27
"sentToSelf": "0",
28
"rates": {
29
"usd": 0.085988
30
}
31
},
32
{
33
"time": 1707904800,
34
"txs": 6,
35
"received": "5595460377",
36
"sent": "5703963837",
37
"sentToSelf": "5595160377",
38
"rates": {
39
"usd": 0.085988
40
}
41
},
42
{
43
"time": 1707919200,
44
"txs": 1,
45
"received": "26072553100",
46
"sent": "0",
47
"sentToSelf": "0",
48
"rates": {
49
"usd": 0.085988
50
}
51
},
52
{
53
"time": 1707922800,
54
"txs": 3,
55
"received": "125901813434",
56
"sent": "148896840714",
57
"sentToSelf": "36701813434",
58
"rates": {
59
"usd": 0.085988
60
}
61
},
62
{
63
"time": 1708441200,
64
"txs": 13,
65
"received": "404577513419",
66
"sent": "410219189203",
67
"sentToSelf": "89793013419",
68
"rates": {
69
"usd": 0.085988
70
}
71
},
72
{
73
"time": 1708444800,
74
"txs": 3,
75
"received": "113997950192",
76
"sent": "479568032",
77
"sentToSelf": "443924992",
78
"rates": {
79
"usd": 0.085988
80
}
81
},
82
{
83
"time": 1708448400,
84
"txs": 11,
85
"received": "287393377169",
86
"sent": "401544247157",
87
"sentToSelf": "130597130469",
88
"rates": {
89
"usd": 0.085988
90
}
91
},
92
{
93
"time": 1708696800,
94
"txs": 6,
95
"received": "529774912810",
96
"sent": "518566825010",
97
"sentToSelf": "267964963010",
98
"rates": {
99
"usd": 0.085988
100
}
101
}
102
]
1
[
2
{
3
"time": 1707847200,
4
"txs": 6,
5
"received": "80876815668",
6
"sent": "79891193076",
7
"sentToSelf": "21666965668",
8
"rates": {
9
"usd": 0.085988
10
}
11
},
12
{
13
"time": 1707850800,
14
"txs": 5,
15
"received": "94120722971",
16
"sent": "91573100011",
17
"sentToSelf": "2548722971",
18
"rates": {
19
"usd": 0.085988
20
}
21
},
22
{
23
"time": 1707858000,
24
"txs": 1,
25
"received": "100000",
26
"sent": "0",
27
"sentToSelf": "0",
28
"rates": {
29
"usd": 0.085988
30
}
31
},
32
{
33
"time": 1707904800,
34
"txs": 6,
35
"received": "5595460377",
36
"sent": "5703963837",
37
"sentToSelf": "5595160377",
38
"rates": {
39
"usd": 0.085988
40
}
41
},
42
{
43
"time": 1707919200,
44
"txs": 1,
45
"received": "26072553100",
46
"sent": "0",
47
"sentToSelf": "0",
48
"rates": {
49
"usd": 0.085988
50
}
51
},
52
{
53
"time": 1707922800,
54
"txs": 3,
55
"received": "125901813434",
56
"sent": "148896840714",
57
"sentToSelf": "36701813434",
58
"rates": {
59
"usd": 0.085988
60
}
61
},
62
{
63
"time": 1708441200,
64
"txs": 13,
65
"received": "404577513419",
66
"sent": "410219189203",
67
"sentToSelf": "89793013419",
68
"rates": {
69
"usd": 0.085988
70
}
71
},
72
{
73
"time": 1708444800,
74
"txs": 3,
75
"received": "113997950192",
76
"sent": "479568032",
77
"sentToSelf": "443924992",
78
"rates": {
79
"usd": 0.085988
80
}
81
},
82
{
83
"time": 1708448400,
84
"txs": 11,
85
"received": "287393377169",
86
"sent": "401544247157",
87
"sentToSelf": "130597130469",
88
"rates": {
89
"usd": 0.085988
90
}
91
},
92
{
93
"time": 1708696800,
94
"txs": 6,
95
"received": "529774912810",
96
"sent": "518566825010",
97
"sentToSelf": "267964963010",
98
"rates": {
99
"usd": 0.085988
100
}
101
}
102
]
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free