Skip to main content
Returns the Solana leader schedule for the requested epoch, the validator assigned to produce blocks in each slot.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error.

Parameters

number
required
Epoch or slot number to retrieve the leader schedule for. If omitted, returns the schedule for the current epoch.
string
The commitment level for the request.
  • confirmed
  • finalized
  • processed
string
Optional validator identity public key to filter results for a specific validator’s schedule only.

Response

null | object