/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

epochstringRequired
Epoch to query sync committee duties for.

Request

This endpoint expects a list of strings.

Response

Success response
execution_optimisticboolean or null
Whether the execution payload is optimistic.
datalist of objects or null