getBeaconStateSyncCommittees
Fetch sync committee assignments for a specified beacon state, with optional epoch filter, to identify validators serving as sync committee members.
Instructions
Get sync committee assignments for a given state and optional epoch
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 | |
| epoch | No | Epoch number to filter by |