Skip to main content

getHealth

General node health check.

Parameters

  • None

Returns

  • <object>
    • status: "healthy"

Examples

Request

curl -X POST \
-H 'Content-Type: application/json' \
-d '{
"jsonrpc": "2.0",
"id": 8675309,
"method": "getHealth"
}' \
https://soroban-testnet.stellar.org | jq

Response

{
"jsonrpc": "2.0",
"id": 8675309,
"result": {
"status": "healthy"
}
}