New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More [blocked]
English
Returns the epoch schedule information from this cluster’s genesis config.
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getEpochSchedule" }'
{ "jsonrpc": "2.0", "id": "1", "result": { "slotsPerEpoch": 8192, "leaderScheduleSlotOffset": 8192, "warmup": true, "firstNormalEpoch": 8, "firstNormalSlot": 8160 } }
2.0
getEpochSchedule
Show child attributes
Was this page helpful?