Skip to content
Alchemy Logo

/v1/validator/duties/sync/{epoch}

POST
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/validator/duties/sync/{epoch}

Returns the sync committee duties for the given epoch and the specified validator indices. The epoch must satisfy: EPOCHS_PER_SYNC_COMMITTEE_PERIOD <= current_epoch <= EPOCHS_PER_SYNC_COMMITTEE_PERIOD + 1

Path Parameters

stringrequired

Epoch to query sync committee duties for.

Request Body

Array of validator indices for which to obtain the duties.

Responses

200

Success response

Was this page helpful?