Group info

GroupInfo queries group info based on group id.

get
Path parameters
group_idstring · uint64Required

group_id is the unique ID of the group.

Responses
200
A successful response.
application/json
get
GET /cosmos/group/v1/group_info/{group_id} HTTP/1.1
Host: tia-rest.nownodes.io
Accept: */*
{
  "info": {
    "id": "text",
    "admin": "text",
    "metadata": "text",
    "version": "text",
    "total_weight": "text",
    "created_at": "2025-06-27T03:57:37.462Z"
  }
}