Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://rpc.raze.bot/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getSlotLeader", "params": [] } '
200
success
{ "jsonrpc": "2.0", "id": 1, "result": "3JotfSFPaod4KVK7nj7ULvcq5PjUBdZNVGracNkJNhrt" }
Returns the validator identity producing the current slot.
2.0
"2.0"
getSlotLeader
"getSlotLeader"
[commitment?]
[]
1
JSON-RPC response. Inspect result (success) or error (failure).
result
error