/v1/beacon/states/{state_id}/sync_committees

Retrieves the current sync committee for the given state. Also returns the subcommittee assignments.

Path parameters

state_idstringRequired

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

epochstringOptional
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_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the state is finalized.
dataobject or null