Report
Exports account balance report in .csv format
Path parameters
addressstringRequired
Account address (starting with tz or KT)
Query parameters
fromstring · date-time | nullableOptional
Start of the datetime range to filter by (ISO 8601, e.g. 2019-11-31)
tostring · date-time | nullableOptional
End of the datetime range to filter by (ISO 8601, e.g. 2019-12-31)
currencystring | nullableOptional
Currency to convert amounts to (btc
, eur
, usd
, cny
, jpy
, krw
, eth
, gbp
)
historicalbooleanOptionalDefault:
true
if you want to use historical prices, false
to use current price
false
delimiterstring | nullableOptionalDefault:
Column delimiter (comma
, semicolon
)
comma
separatorstring | nullableOptionalDefault:
Decimal separator (comma
, point
)
point
Responses
200Success
application/octet-stream
Responsestring · binary
get
GET /v1/accounts/{address}/report HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
binary