Since: cosmos-sdk 0.46
QueryModuleAccountsResponse is the response type for the Query/ModuleAccounts RPC method.
GET /cosmos/auth/v1beta1/module_accounts HTTP/1.1 Host: osmo.nownodes.io Accept: */*
A successful response.
{ "accounts": [ { "type_url": "text", "value": "Ynl0ZXM=" } ] }
QueryModuleAccountByNameResponse is the response type for the Query/ModuleAccountByName RPC method.
GET /cosmos/auth/v1beta1/module_accounts/{name} HTTP/1.1 Host: osmo.nownodes.io Accept: */*
{ "account": { "type_url": "text", "value": "Ynl0ZXM=" } }