Skip to main content

doge_bb_getBalanceHistory RPC Method

Returns a balance history for the specified XPUB or address.

Updated on
Apr 21, 2025

doge_bb_getBalanceHistory RPC Method

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

Parameters

address
string
REQUIRED
Typically a Dogecoin address
object
object
An object specifying additional parameters:
from
string
The starting Unix timestamp (in seconds) of the time range for which balance history is requested
to
string
The ending Unix timestamp (in seconds) of the time range for which balance history is requested
fiatcurrency
string
The fiat currency in which to convert the balance values (e.g., 'usd')
groupBy
integer
The time interval (in seconds) for grouping the balance data (e.g., 3600 for hourly data)

Returns

time
integer
The Unix timestamp (in seconds) representing the end time of the specified time interval
txs
integer
The number of transactions that occurred within the specified time interval
received
string
The total amount of Dogecoin received by the address during the specified time interval
sent
string
The total amount of Dogecoin sent from the address during the specified time interval
sentToSelf
string
The total amount of Dogecoin sent from the address to itself during the specified time interval
rates
object
An object providing exchange rates for the specified fiat currencies
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free