Skip to main content
POST
/
health
Node Health
curl --request POST \
  --url https://rpc.mainnet.near.org/health \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>",
  "jsonrpc": "<string>",
  "method": "health",
  "params": null
}
'
{
  "result": null,
  "id": "<string>",
  "jsonrpc": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.near.org/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
id
string
required
jsonrpc
string
required
method
enum<string>
required
Available options:
health
params
any | null
required
Available options:
null

Response

200 - application/json
result
required
Available options:
null
id
string
required
jsonrpc
string
required