curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockHeight",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": 396355078
}Returns the current block height (number of finalized blocks beneath the current slot). Hedged for low-latency reads.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getBlockHeight",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": 396355078
}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.