Returns account balance
Account address (starting with tz or KT)
const response = await fetch('https://xtz-index.nownodes.io/v1/accounts/{address}/balance', { method: 'GET', headers: {}, }); const data = await response.json();