v1

latestOpenAPI 3.0.0MIT2026-07-17124105392.5 KB
Health

Backend health status

Return backend status as a boolean. Your application should handle situations when backend for the given chain is unavailable.

get/health

Response

Return the boolean indicating the health of the backend.

is_healthyboolean required

Example response

{
  "is_healthy": true
}