Skip to main content
GET
/
api
/
v1
/
health
Health check
curl --request GET \
  --url https://api.0xinsider.com/api/v1/health
{
  "object": "<string>",
  "data": {
    "status": "ok",
    "db": true,
    "cache": true
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}

Response

200 - application/json

Health status

object
string
required
Allowed value: "health"
data
object
required
meta
object
required