get_validator_groups
Retrieve validator groups on Celo with member details, vote counts, capacity, and performance metrics for staking and governance decisions.
Instructions
Get information about all validator groups, including their members, votes, capacity, and performance metrics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). If provided, overrides offset/limit | |
| limit | No | Maximum number of validator groups to return (alternative to page_size) | |
| offset | No | Number of validator groups to skip (alternative to page-based pagination) | |
| page_size | No | Number of validator groups per page |