/v1/beacon/states/{state_id}/sync_committees
Retrieves the current sync committee for the given state. Also returns the subcommittee assignments.
Path parameters
state_id
State identifier. Can be one of: head (canonical head in node’s view), genesis, finalized, justified, <slot>, <hex encoded stateRoot with 0x prefix>.
Query parameters
epoch
Fetch sync committees for the given epoch. If not provided, the sync committees for the epoch of the state will be returned.
Response
Sync committee information for the given state.
execution_optimistic
Whether the execution payload is optimistic.
finalized
Whether the state is finalized.
data