Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.vatic.trading/health
{
  "ok": true,
  "service": "vatic-api",
  "now": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Service is healthy

ok
boolean
Example:

true

service
string
Example:

"vatic-api"

now
string<date-time>