Skip to content
Alchemy Logo

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

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/beacon/states/{state_id}/committees

Retrieves the committees for the given state.

Path Parameters

stringrequired

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

stringoptional

Fetch committees for the given epoch. If not present, committees for the epoch of the state will be returned.

stringoptional

Restrict returned values to those matching the supplied committee index.

stringoptional

Restrict returned values to those matching the supplied slot.

Responses

200

Committees for the requested state.

Was this page helpful?