Terp Network Docs
APIsOpenapiQuery
GET
/cosmos/group/v1/group_info/{group_id}

Path Parameters

group_id*string

group_id is the unique ID of the group.

Formatuint64

Response Body

application/json

application/json

curl -X GET "http://localhost:1317/cosmos/group/v1/group_info/string"
{
  "info": {
    "id": "string",
    "admin": "string",
    "metadata": "string",
    "version": "string",
    "total_weight": "string",
    "created_at": "2019-08-24T14:15:22Z"
  }
}
{
  "error": "string",
  "code": 0,
  "message": "string",
  "details": [
    {
      "type_url": "string",
      "value": "string"
    }
  ]
}