curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getClusterNodes",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"featureSet": 534737035,
"gossip": "150.109.16.87:8000",
"pubkey": "5a1uqE1R7PosUTLrYiSfDVJuFuFFiXDxtY2nJsHrgi8m",
"rpc": "150.109.16.87:8899",
"tpu": "150.109.16.87:8004",
"version": "3.1.13"
}
]
}Returns gossip / TPU / RPC endpoints, version, and feature set for every visible node.
curl --request POST \
--url https://ca.raze.sh/ \
--header 'Content-Type: application/json' \
--data '
{
"jsonrpc": "2.0",
"id": 1,
"method": "getClusterNodes",
"params": []
}
'{
"jsonrpc": "2.0",
"id": 1,
"result": [
{
"featureSet": 534737035,
"gossip": "150.109.16.87:8000",
"pubkey": "5a1uqE1R7PosUTLrYiSfDVJuFuFFiXDxtY2nJsHrgi8m",
"rpc": "150.109.16.87:8899",
"tpu": "150.109.16.87:8004",
"version": "3.1.13"
}
]
}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.