Skip to content
Get started

Get API health status

GET/api/v1/status/health

status will always be ok whenever a 200 response is provided.

Clients can check response data or response status code to confirm health.

ReturnsExpand Collapse
status: "ok"

Get API health status

curl https://api-v2.nept.finance/api/v1/status/health
{
  "status": "ok"
}
Returns Examples
{
  "status": "ok"
}