Sync Committee Periods
Returns basic sync committee information for a particular sync period. Use this to determine the range of epochs a given sync period entails.
You can combine this endpoint with:
- Validators in sync committee period:
v2/ethereum/sync-committee/validators
Authorizations
Body
Response
Successful response.
Response containing basic information about the sync committee.
The time span actually covered by the returned results — from the first to the last matching data point — specified in slots, epochs, and Unix timestamps.
This reflects the data that was found, not the range that was queried. When no data is found, it falls back to the requested range, or to the full available history if no range was given.
For arbitrary (custom) time-range queries the queried range is expanded outward to whole UTC days, so the covered range may be wider than requested. As stated above, the reported range still reflects the data that was actually found — a touched UTC day with no data for the selected validators will not extend it.

