Skip to main content

Backend health status

GET /health

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

Request

Responses

Return the boolean indicating the health of the backend.


Schema
    is_healthy boolean required
Loading...