Auth
AccountInfo
/cosmos/auth/v1beta1/account_info/{address}AccountInfo queries account info which is common to all account types.
Accounts
/cosmos/auth/v1beta1/accountsWhen called from another module, this query might consume a high amount of gas if the pagination field is incorrectly set.
Query Parameters
stringkey is a value returned in PageResponse.next_key to begin querying the next page most efficiently. Only one of offset or key should be set.
string <uint64>offset is a numeric offset that can be used when key is unavailable. It is less efficient than using key. Only one of offset or key should be set.
string <uint64>limit is the total number of results to be returned in the result page. If left empty it will default to a value to be set by each app.
booleancount_total is set to true to indicate that the result set should include a count of the total number of items available for pagination in UIs. count_total is only respected when offset is used. It is ignored when key is set.
Responses
AccountAddressByID
/cosmos/auth/v1beta1/address_by_id/{id}AccountAddressByID returns account address based on account number.
AddressBytesToString
/cosmos/auth/v1beta1/bech32/{address_bytes}AddressBytesToString converts Account Address bytes to string
AddressStringToBytes
/cosmos/auth/v1beta1/bech32/{address_string}AddressStringToBytes converts Address string to bytes
ModuleAccounts
/cosmos/auth/v1beta1/module_accountsModuleAccounts returns all the existing module accounts.
ModuleAccountByName
/cosmos/auth/v1beta1/module_accounts/{name}ModuleAccountByName returns the module account info by module name