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:
getSlotLeaders Example:
"getSlotLeaders"
Parameters for specifying the start slot and limit.
Starting Solana slot number to begin retrieving the validator schedule from.
Response
200 - application/json
Successfully retrieved slot leaders.
The JSON-RPC protocol version.
Available options:
2.0 Example:
"2.0"
Identifier matching the request.
Example:
"1"
Ordered sequence of Solana validator identities scheduled for upcoming block production.
Solana validator identity (public key) scheduled as block producer for a specific slot.