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://coreum.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": "text" }, "created_at": "2024-11-12T22:35:54.543Z" } }