Report

Get account report

Exports account balance report in .csv format

GEThttps://xtz-index.nownodes.io/v1/accounts/{address}/report
Path parameters
address*string

Account address (starting with tz or KT)

Query parameters
Response
Body
string (binary)
Request
const response = await fetch('https://xtz-index.nownodes.io/v1/accounts/{address}/report', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
binary