Health

Returns 200 if healthy.

get
Responses
200
(empty)
application/json
get
GET /health HTTP/1.1
Host: algo-index.nownodes.io
Accept: */*
{
  "data": {},
  "db-available": true,
  "errors": [
    "text"
  ],
  "is-migrating": true,
  "message": "text",
  "round": 1,
  "version": "text"
}

Last updated