Skip to main content
POST
/
getEpochSchedule
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
  }
}

Authorizations

api-key
string
query
required

Body

application/json
jsonrpc
enum<string>
default:2.0
Available options:
2.0
Example:
id
string
default:1
Example:
method
enum<string>
default:getEpochSchedule
Available options:
getEpochSchedule
Example:

Response

jsonrpc
enum<string>
Available options:
2.0
Example:
id
string
Example:
result
object