Account address
GET /auth/accounts/{address} HTTP/1.1 Host: akt.nownodes.io Accept: */*
Account information on the blockchain
{ "type": "text", "value": { "account_number": "text", "address": "text", "coins": [ { "denom": "stake", "amount": "50" } ], "public_key": { "type": "text", "value": "text" }, "sequence": "text" } }