Account address
"cosmos16xyempempp92x9hyzz9wrgf94r6j9h5f06pxxv"
Account information on the blockchain
const response = await fetch('https://akt.nownodes.io/auth/accounts/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "value": { "account_number": "text", "address": "text", "coins": [ { "denom": "stake", "amount": "50" } ], "public_key": { "type": "text", "value": "text" }, "sequence": "text" } }