Get sync committee dutiesAsk AIpost https://{network-ethereum}.gateway.tatum.io/eth/v1/validator/duties/sync/{epoch}Requests the beacon node to provide a set of sync committee duties for a particular epoch.Path Paramsepochstringrequiredepoch // EPOCHS_PER_SYNC_COMMITTEE_PERIOD <= current_epoch // EPOCHS_PER_SYNC_COMMITTEE_PERIOD + 1Body ParamsAn array of the validator indices for which to obtain the duties.GetSyncCommitteeDutiesBody stringADD stringResponses 200Success response 400Invalid epoch or index 500Beacon node internal error. 503Beacon node is currently syncing, try again later.Updated 5 months ago