curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getVersion",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"feature-set": 534737035,
"solana-core": "3.1.14"
}
}Returns solana-core version + feature set of the upstream that served the call.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getVersion",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": {
"feature-set": 534737035,
"solana-core": "3.1.14"
}
}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.