address is the account address of the group policy.
A successful response.
GroupPolicyInfo represents the high-level on-chain information for a group policy.
const response = await fetch('https://kava.nownodes.io/cosmos/group/v1/group_policy_info/{address}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "info": { "address": "text", "group_id": "text", "admin": "text", "metadata": "text", "version": "text", "decision_policy": { "type_url": "text", "value": "Ynl0ZXM=" }, "created_at": "2025-01-30T21:30:33.797Z" } }