/v1/beacon/states/{state_id}/committees

Retrieves the committees for the given state.

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 committees for the given epoch. If not present, committees for the epoch of the state will be returned.
indexstringOptional
Restrict returned values to those matching the supplied committee index.
slotstringOptional
Restrict returned values to those matching the supplied slot.

Response

Committees for the requested state.
execution_optimisticboolean or null
Whether the execution payload is optimistic.
finalizedboolean or null
Whether the state is finalized.
datalist of objects or null
List of committees in this state.