0.01 credits per call
getSlotLeaders on Solana: Returns the slot leaders for a slot range.
Endpoint
Authorization: Bearer <GOLDRUSH_API_KEY>. See authentication.
Parameters
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
startSlot | u64 | yes | First slot of the range. | 372877175 |
limit | u64 | yes | Number of leaders to return (1–5000). | 10 |
Returns
array<string>: Array of base-58 leader identity pubkeys, one per slot.
Examples
Errors
Standard JSON-RPC errors:-32600 invalid request, -32601 method not found, -32602 invalid params.