v1

latestOpenAPI 3.0.42026-07-2233241175.9 KB
Validator

Sync Committee Periods

Returns a deduplicated list of sync committee periods during which one or more of your selected validators were assigned sync committee duties.

Use this endpoint to quickly identify all relevant periods for your validator set, making it easier to explore sync committee participation and related activity.

You can combine this endpoint with:

  • Resolve to slots/epochs:
    v2/ethereum/sync-committee
  • Sync Duties at slot: v2/ethereum/slot/sync-committee-duties

or use it alongside reward and performance endpoints for deeper analysis, depending on your needs.

Results can be filtered by a time range.

Note: This endpoint supports only finalized data at this time.

post/api/v2/ethereum/validators/sync-committee-periods

Request body

chain'mainnet' | 'hoodi'

The Ethereum chain to query.

cursorstring

Cursor value for pagination. See our pagination guide for more details.

page_sizeinteger

The number of items to return per page.

Response

Successful response.