/v1/validator/duties/attester/{epoch}

Requests the beacon node to provide a set of attestation duties, which should be performed by validators, for a particular epoch. Duties should only need to be checked once per epoch, however a chain reorganization could occur, resulting in a change of duties.

Path parameters

epochstringRequired
Should only be allowed 1 epoch ahead.

Request

This endpoint expects a list of strings.

Response

Success response
dependent_rootstring or null
Dependent root for these duties.
execution_optimisticboolean or null
Whether the execution payload is optimistic.
datalist of objects or null
List of attester duties for the requested indices.