GET
/
health
Health check
curl --request GET \
  --url http://localhost:4433/health
"Online"

Response

200 - text/plain

Orderbook is online.

The response is of type string.

Example:

"Online"