get_validator_groups
Retrieve all Celo validator groups with members, votes, capacity, and performance metrics to evaluate staking or 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 |