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://tia-rest.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": "2024-12-22T01:52:16.656Z" } }