GET /{blockchain}/v2/balancehistory/{addressOrXpub}
Summary: Get Balance History V2
Operation ID: getBalanceHistoryV2
Auth: unknown
Operation ID: getBalanceHistoryV2
Auth: unknown
Description
Returns a balance history for the specified XPUB or address The value of sentToSelf is the amount sent from the same address to the same address or within addresses of xpub.
Parameters (6)
addressOrXpub
(string, path, required)
Address or XPUB
blockchain
(string, path, required)
Blockchain name
fiatcurrency
(string, query, optional)
if specified, the response will contain secondary (fiat) rate at the time of transaction. If not, all available currencies will be returned
fromDate
(string, query, optional)
specifies a start date as a Unix timestamp
groupBy
(number, query, optional, default: 3600)
an interval in seconds, to group results by. Default is 3600 seconds
toDate
(string, query, optional)
specifies an end date as a Unix timestamp
No probe data for this endpoint yet.