curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getMaxShredInsertSlot",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": 418263080
}Returns the max slot for which a shred has been inserted into Blockstore.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getMaxShredInsertSlot",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": 418263080
}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.