the address in bech32 format
successful operation
const response = await fetch('https://egld.nownodes.io/address/{address}/balance', { method: 'GET', headers: {}, }); const data = await response.json();
{ "data": { "balance": "text" }, "error": "text", "code": "text" }