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": "getHighestSnapshotSlot", "params": [] } '
200
success
{ "jsonrpc": "2.0", "id": 1, "result": { "full": 418247115, "incremental": 418262476 } }
Returns full + incremental snapshot slots.
2.0
"2.0"
getHighestSnapshotSlot
"getHighestSnapshotSlot"
(no params)
[]
1
JSON-RPC response. Inspect result (success) or error (failure).
result
error