Alchemy Logo

getSlotLeaders

POST
/{apiKey}

Returns the slot leaders for a given slot range.

Path Parameters

stringrequireddefaults to docs-demo

For higher throughput, create your own API key

Request

integerrequired

The starting slot as a u64 integer.

integerrequired

The number of slot leaders to return, between 1 and 5,000.

Responses

200

An array of node identity public keys as base-58 encoded strings.

An array of node identity public keys as base-58 encoded strings.

Was this page helpful?