Slot

Get slot attester committees

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

get/v1/slot/{slot}/committees

Path parameters

slotinteger required

Slot number

Query parameters

committeestring

Comma-separated list of committee indices to filter by

dependent_rootstring

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

block_rootstring

Resolve committees 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