OpenInfra.sh is now live - Solana infrastructure, included with every server. LEARN MORE HERE >

OpenInfra.shopeninfra.sh

getEpochSchedule

Returns the cluster's epoch schedule parameters.

Request

{  "jsonrpc": "2.0",  "id": 1,  "method": "getEpochSchedule"}

Parameters

This method takes no parameters.

Response

{  "jsonrpc": "2.0",  "result": {    "firstNormalEpoch": 8,    "firstNormalSlot": 8160,    "leaderScheduleSlotOffset": 8192,    "slotsPerEpoch": 8192,    "warmup": true  },  "id": 1}
FieldTypeDescription
firstNormalEpochu64The first normal-length epoch after the warmup period.
firstNormalSlotu64The first slot in the first normal-length epoch.
leaderScheduleSlotOffsetu64Number of slots before beginning of an epoch to calculate the leader schedule for that epoch.
slotsPerEpochu64The maximum number of slots in each epoch.
warmupboolWhether epochs start short and grow toward the full slot count.