getBeaconStateValidatorBalances
Retrieve validator ETH balances from a specified beacon state, with optional filtering by validator index or public key. Use this to monitor validator balances across network states like head or finalized.
Instructions
Get validator ETH balances for a given state, optionally filtered by validator ID
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 |