getBeaconStateCommittees
Retrieve beacon committee assignments for a specific Ethereum Beacon Chain state, filtered by epoch, slot, or committee index.
Instructions
Get beacon committee assignments for a given state, optionally filtered by epoch/slot
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 | |
| index | No | Committee index to filter by | |
| slot | No | Slot number to filter by |