Epoch

Get epoch attester duties

Returns the attester committees for every slot in the specified epoch. Committee members are global validator indices in committee order.

get/v1/epoch/{epoch}/duties

Path parameters

epochinteger required

Epoch number

Query parameters

dependent_rootstring

Resolve duties on the fork with this committee-shuffling dependent root (0x-prefixed hex)

block_rootstring

Resolve duties on the fork that this block root sits on (0x-prefixed hex)

Response

OK

statusstring

Changes

Changed in 2 of the 35 revisions of this API.3

    • added the new optional query request parameter block_root

      new-optional-request-parameter

    • added the new optional query request parameter dependent_root

      new-optional-request-parameter

    • endpoint added

      endpoint-added