Get Balance History
GET
/api/v2/balancehistory/{address}
Returns the balance history for the specified address. Optionally enrich each bucket with secondary (fiat) currency rates at the time of the transaction.
Path Parameters
stringrequired
Coin-specific address string.
Query Parameters
integerrequired
Start of the history range as a Unix timestamp.
integerrequired
End of the history range as a Unix timestamp.
stringoptional
Fiat currency code to enrich each bucket with.
integeroptionaldefaults to
3600Aggregation interval in seconds. Defaults to 3600.
Responses
200
Balance history buckets.
400
Malformed request.
Was this page helpful?