Skip to main content

getHealth RPC Method

Checks the health status of the node.

Updated on
Feb 21, 2024

getHealth RPC Method

Parameters

This method does not accept any parameters

Returns

status
string
The string value representing the health of the node
Request
1
curl --location 'https://docs-demo.stellar-mainnet.quiknode.pro/' \
2
--header 'Content-Type: application/json' \
3
--data '{
4
"jsonrpc": "2.0",
5
"id": 8675309,
6
"method": "getHealth"
7
}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free