Skip to main content

Health Check

GET /health

Returns the health status of the node. This endpoint never requires authentication.

Authentication

None required.

Request

No request body. No query parameters.

Response

{
"status": "ok"
}
FieldTypeDescription
statusstringok when the node is running and accepting requests

Example

curl http://localhost:11435/health