Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://relay.bayse.markets/health
{
  "status": "ok"
}
No authentication required.

Response

status
string
Always "ok" when the service is running.
{
  "status": "ok"
}
This endpoint checks that the API process is alive. It does not verify downstream service connectivity.