admin is the account address of a group's admin.
A successful response.
groups are the groups info with the provided admin.
pagination defines the pagination in the response.
const response = await fetch('https://thor.nownodes.io/cosmos/group/v1/groups_by_admin/{admin}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "groups": [ { "id": "text", "admin": "text", "metadata": "text", "version": "text", "total_weight": "text", "created_at": "2024-12-22T02:11:42.332Z" } ], "pagination": { "next_key": "Ynl0ZXM=", "total": "text" } }