curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getLatestBlockhash",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418263035
},
"value": {
"blockhash": "5xC4pLckgCK38D1BacpD1mfzG3WzS6Mqf...",
"lastValidBlockHeight": 396355400
}
}
}Returns the most recent blockhash plus the last block height at which it remains valid. Hedged across endpoints closest to tip — required for sendTransaction flows.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getLatestBlockhash",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"context": {
"slot": 418263035
},
"value": {
"blockhash": "5xC4pLckgCK38D1BacpD1mfzG3WzS6Mqf...",
"lastValidBlockHeight": 396355400
}
}
}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.