getEpochSchedule
Returns the epoch schedule information from this cluster's genesis config
Last updated
Was this helpful?
Returns the epoch schedule information from this cluster's genesis config
Last updated
Was this helpful?
The JSON-RPC protocol version.
2.0
Possible values: A unique identifier for the request.
1
The name of the RPC method to invoke.
getEpochSchedule
Possible values: POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"jsonrpc": "2.0",
"id": "1",
"method": "getEpochSchedule"
}
{
"jsonrpc": "2.0",
"id": "1",
"result": {
"slotsPerEpoch": 8192,
"leaderScheduleSlotOffset": 8192,
"warmup": true,
"firstNormalEpoch": 8,
"firstNormalSlot": 8160
}
}