Account info
AccountInfo queries account info which is common to all account types.
Since: cosmos-sdk 0.47
GEThttps://inj.nownodes.io/cosmos/auth/v1beta1/account_info/{address}
Path parameters
address*string
address is the account address string.
Response
A successful response.
Body
infoobject
info is the account info which is represented by BaseAccount.
Request
Response