Account address in bech32 format
"cosmos16xyempempp92x9hyzz9wrgf94r6j9h5f06pxxv"
Account balances
"stake"
"50"
const response = await fetch('https://akt.nownodes.io/bank/balances/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
[ { "denom": "stake", "amount": "50" } ]