curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getHighestSnapshotSlot",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"full": 418247115,
"incremental": 418262476
}
}Returns full + incremental snapshot slots.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getHighestSnapshotSlot",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"full": 418247115,
"incremental": 418262476
}
}Documentation Index
Fetch the complete documentation index at: https://docs.raze.bot/llms.txt
Use this file to discover all available pages before exploring further.