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>"
}

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