Group policy info

GroupPolicyInfo queries group policy info based on account address of group policy.

get
Path parameters
addressstringRequired

address is the account address of the group policy.

Responses
200
A successful response.
application/json
get
GET /cosmos/group/v1/group_policy_info/{address} HTTP/1.1
Host: zetachain.nownodes.io
Accept: */*
{
  "info": {
    "address": "text",
    "group_id": "text",
    "admin": "text",
    "metadata": "text",
    "version": "text",
    "decision_policy": {
      "type_url": "text",
      "value": "text"
    },
    "created_at": "2025-07-13T22:38:15.626Z"
  }
}