Skip to content
Alchemy Logo

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

POST
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/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

stringrequired

Should only be allowed 1 epoch ahead.

Request Body

An array of the validator indices for which to obtain the duties.

Responses

200

Success response

Was this page helpful?