Group policy info
Path parameters
addressstringRequired
address is the account address of the group policy.
Responses
200
A successful response.
application/json
default
An unexpected error response.
application/json
get
GET /cosmos/group/v1/group_policy_info/{address} HTTP/1.1
Host: coreum.nownodes.io
Accept: */*
{
"info": {
"address": "text",
"group_id": "text",
"admin": "text",
"metadata": "text",
"version": "text",
"decision_policy": {
"@type": "text",
"ANY_ADDITIONAL_PROPERTY": "anything"
},
"created_at": "2025-07-14T04:20:49.486Z"
}
}