Skip to content
Alchemy Logo

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

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

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

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 sync committees for the given epoch. If not provided, the sync committees for the epoch of the state will be returned.

Responses

200

Sync committee information for the given state.

Was this page helpful?