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,
    "subsystems": {
      "background_jobs": {
        "status": "ok",
        "checked": true,
        "total": 1,
        "healthy": 1,
        "stale": 1,
        "missing": 1,
        "invalid": 1,
        "unconfigured": 1
      }
    }
  },
  "meta": {
    "request_id": "<string>",
    "cached": true,
    "cache_age_s": 123
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

If-None-Match
string

Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.

Response

Health status

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