getSlotLeaders
Returns the slot leaders for a given slot range
Last updated
Was this helpful?
Returns the slot leaders for a given slot range
Last updated
Was this helpful?
The JSON-RPC protocol version.
2.0
Possible values: A unique identifier for the request.
1
The name of the RPC method to invoke.
getSlotLeaders
Possible values: POST / HTTP/1.1
Host: mainnet.helius-rpc.com
Content-Type: application/json
Accept: */*
Content-Length: 68
{
"jsonrpc": "2.0",
"id": 1,
"method": "getSlotLeaders",
"params": [
100,
10
]
}
Successfully retrieved slot leaders.
{
"jsonrpc": "2.0",
"id": "1",
"result": [
"ChorusmmK7i1AxXeiTtQgQZhQNiXYU84ULeaYF1EH15n"
]
}