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.
Example response
{
"is_healthy": true
}