Since: cosmos-sdk 0.47.1
A successful response.
groups is all the groups present in state.
groups
pagination defines the pagination in the response.
const response = await fetch('https://luna.nownodes.io/cosmos/group/v1/groups', { method: 'GET', headers: {}, }); const data = await response.json();
{ "groups": [ { "id": "text", "admin": "text", "metadata": "text", "version": "text", "total_weight": "text", "created_at": "2025-01-30T21:35:00.462Z" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }