getEpochSchedule RPC Method
Parameters
This method does not accept any parameters
Returns
result
Loading...
firstNormalEpoch
Loading...
firstNormalSlot
Loading...
leaderScheduleSlotOffset
Loading...
slotsPerEpoch
Loading...
warmup
Loading...
Request
1curl https://docs-demo.solana-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","id":1, "method":"getEpochSchedule"}'
1curl https://docs-demo.solana-mainnet.quiknode.pro/ \2-X POST \3-H "Content-Type: application/json" \4--data '{"jsonrpc":"2.0","id":1, "method":"getEpochSchedule"}'
Response
1{2"jsonrpc": "2.0",3"result": {4"firstNormalEpoch": 0,5"firstNormalSlot": 0,6"leaderScheduleSlotOffset": 432000,7"slotsPerEpoch": 432000,8"warmup": false9},10"id": 111}
1{2"jsonrpc": "2.0",3"result": {4"firstNormalEpoch": 0,5"firstNormalSlot": 0,6"leaderScheduleSlotOffset": 432000,7"slotsPerEpoch": 432000,8"warmup": false9},10"id": 111}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free