Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/auth/v1beta1/module_accounts/{name}

Path Parameters

name*string

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/auth/v1beta1/module_accounts/string"
{
  "account": {
    "type_url": "string",
    "value": "string"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}