Accounts
Get account report
Exports account balance report in .csv format
get/v1/accounts/{address}/report
Path parameters
addressstring required
Account address (starting with tz or KT)
Query parameters
fromstring date-time nullable
Start of the datetime range to filter by (ISO 8601, e.g. 2019-11-31)
tostring date-time nullable
End of the datetime range to filter by (ISO 8601, e.g. 2019-12-31)
currencystring nullable
Currency to convert amounts to (btc, eur, usd, cny, jpy, krw, eth, gbp)
historicalboolean
true if you want to use historical prices, false to use current price
delimiterstring
Column delimiter (comma, semicolon)
separatorstring
Decimal separator (comma, point)
Changes
No recorded changes to this endpoint across all 1 revision of this API.