getSlotLeaders RPC Method
Returns the slot leaders for a given slot range
Parameters
u64
optional
Start slot, as u64 integer
u64
optional
Limit, as u64 integer (between 1 and 5,000)
Result
<array[string]>
- array of Node identity public keys as base-58 encoded
strings
Code sample
If the current slot is #99
- query the next 10
leaders with the following
request:
Response
The first leader returned is the leader for slot #100
: