Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://rpc.raze.bot/ \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "id": 1, "method": "getIdentity", "params": [] } '
200
success
{ "jsonrpc": "2.0", "id": 1, "result": { "identity": "Fy7RCjDdFLG8wLn7TBKbccaKwYX1FetdSoVDREdUHf5o" } }
Returns the identity pubkey of the upstream validator that served the call.
2.0
"2.0"
getIdentity
"getIdentity"
(no params)
[]
1
JSON-RPC response. Inspect result (success) or error (failure).
result
error