address is the account address of the group policy.
QueryGroupPolicyInfoResponse is the Query/GroupPolicyInfo response type.
GET /cosmos/group/v1/group_policy_info/{address} HTTP/1.1 Host: zetachain.nownodes.io Accept: */*
A successful response.
{ "info": { "address": "text", "group_id": "text", "admin": "text", "metadata": "text", "version": "text", "decision_policy": { "type_url": "text", "value": "Ynl0ZXM=" }, "created_at": "2025-04-23T18:50:28.466Z" } }