cosmos_get_validators
Get a list of active validators on Cosmos chains. Filter by validator status (bonded, unbonded) and limit results for a specific chain.
Instructions
Get list of active validators
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | Chain ID | cosmoshub |
| limit | No | Max validators to return | |
| status | No | Validator status filter | BOND_STATUS_BONDED |