getEpochSchedule

Returns the epoch schedule information from the cluster's genesis config.

Path parameters

apiKeystringRequired

Response

Returns an object containing information about the epoch schedule.
slotsPerEpochinteger or null
Max number of slots in each epoch.
leaderScheduleSlotOffsetinteger or null
Slots before epoch to calculate leader schedule.
warmupboolean or null
Whether epochs start short and grow.
firstNormalEpochinteger or null

First normal-length epoch.

firstNormalSlotinteger or null
First normal slot.