getBeaconStateValidators
Fetch validator records for a given beacon state, with optional filtering by validator indices, pubkeys, or status.
Instructions
Get validator details for a given state, optionally filtered by ID or status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network ID. Call listSupportedNetworks for all options. e.g. "eth-mainnet", "base-mainnet" | eth-mainnet |
| stateId | Yes | State ID: head, genesis, finalized, slot, or state root | |
| id | No | Validator indices or pubkeys to filter by | |
| status | No | Validator statuses to filter by |