Ir diretamente para o conteúdo principal

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

A carregar...

Atualizado em
Jun 10, 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.

Parâmetros do caminho

xpub_or_address
cadeia de caracteres
OBRIGATÓRIO
A carregar...

Parâmetros de consulta

de
número inteiro
A carregar...
para
número inteiro
A carregar...
fiatcurrency
cadeia de caracteres
A carregar...
groupBy
número inteiro
A carregar...
gap
número inteiro
A carregar...

Devoluções

tempo
número inteiro
A carregar...
txs
número inteiro
A carregar...
received
cadeia de caracteres
A carregar...
enviado
cadeia de caracteres
A carregar...
sentToSelf
cadeia de caracteres
A carregar...
rates
objeto
A carregar...
{currency}
número inteiro
A carregar...
Pedido
Resposta
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
]
Ainda não tem uma conta?
Crie o seu ponto de extremidade Quicknode em segundos e comece a desenvolver
Comece gratuitamente