cURL
curl --request POST \ --url https://api.example.com/health \ --header 'Content-Type: application/json' \ --data ' { "id": "dontcare", "jsonrpc": "2.0" } '
{ "id": "<string>", "jsonrpc": "<string>" }
Returns the current health status of the RPC node the client connects to.
Documentation IndexFetch the complete documentation index at: https://docs.near.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.near.org/llms.txt
Use this file to discover all available pages before exploring further.
health
null
JSON-RPC request id. Auto-populated; can be any string.
JSON-RPC protocol version. Always 2.0.
2.0
Was this page helpful?