Since: cosmos-sdk 0.47
address is the account address string.
QueryAccountInfoResponse is the Query/AccountInfo response type.
GET /cosmos/auth/v1beta1/account_info/{address} HTTP/1.1 Host: osmo.nownodes.io Accept: */*
A successful response.
{ "info": { "address": "text", "pub_key": { "type_url": "text", "value": "Ynl0ZXM=" }, "account_number": "text", "sequence": "text" } }