Group info

GroupInfo queries group info based on group id.

get
Path parameters
group_idanyRequired

group_id is the unique ID of the group.

Responses
application/json
objectOptional

QueryGroupInfoResponse is the Query/GroupInfo response type.

get
GET /cosmos/group/v1/group_info/{group_id} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "info": {
    "id": "text",
    "admin": "text",
    "metadata": "text",
    "version": "text",
    "total_weight": "text",
    "created_at": "2025-04-23T18:39:04.366Z"
  }
}