getSlotLeaders
网络方法
getSlotLeaders
Runs the Solana RPC getSlotLeaders method.
POST
getSlotLeaders
授权
请求体
application/json
The JSON-RPC protocol version.
可用选项:
2.0 示例:
"2.0"
A unique identifier for the request.
示例:
"1"
The name of the RPC method to invoke.
可用选项:
getSlotLeaders 示例:
"getSlotLeaders"
Parameters for specifying the start slot and limit.
Starting Solana slot number to begin retrieving the validator schedule from.
示例:
100
响应
200 - application/json
Successfully retrieved slot leaders.
The JSON-RPC protocol version.
可用选项:
2.0 示例:
"2.0"
Identifier matching the request.
示例:
"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.