HTTP Methods
getLeaderSchedule
Returns the Solana leader schedule for the requested epoch — the validator assigned to produce blocks in each slot — used for leader-aware transaction routing and validator monitoring.
POST
getLeaderSchedule
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Epoch or slot number to retrieve the leader schedule for. If omitted, returns the schedule for the current epoch.
The commitment level for the request.
confirmedfinalizedprocessed
Optional validator identity public key to filter results for a specific validator’s schedule only.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getLeaderSchedule Example:
"getLeaderSchedule"
Parameters for the method.
Epoch or slot number to retrieve the leader schedule for. If omitted, returns the schedule for the current epoch.
Example:
null
Previous
getMaxRetransmitSlotGet the max slot seen from retransmit stage where a validator is currently retransmitting data shreds to help repair other nodes
Next
getLeaderSchedule