curl https://rpc.testnet.soo.network/rpc \ -X POST \ -H "Content-Type: application/json" \ -d '{ "jsonrpc": "2.0", "id": 1, "method": "getEpochSchedule" }'
{ "jsonrpc": "2.0", "result": { "slotsPerEpoch": 432000, "leaderScheduleSlotOffset": 432000, "warmup": true, "firstNormalEpoch": 0, "firstNormalSlot": 0 }, "id": 1 }
slotsPerEpoch: <u64>
leaderScheduleSlotOffset: <u64>
warmup: <bool>
true
firstNormalEpoch: <u64>
firstNormalSlot: <u64>