본문으로 건너뛰기

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

로딩 중...

업데이트 날짜:
2026년 6월 10일

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.

경로 매개변수

xpub_or_address
문자열
필수
로딩 중...

쿼리 매개변수

출처:
정수
로딩 중...
~에
정수
로딩 중...
fiatcurrency
문자열
로딩 중...
groupBy
정수
로딩 중...
gap
정수
로딩 중...

반품

시간
정수
로딩 중...
txs
정수
로딩 중...
received
문자열
로딩 중...
보냄
문자열
로딩 중...
sentToSelf
문자열
로딩 중...
rates
객체
로딩 중...
{currency}
정수
로딩 중...
요청
답변
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
]
아직 계정이 없으신가요?
단 몇 초 만에 Quicknode 엔드포인트를 생성하고 개발을 시작하세요
지금 무료로 시작하세요