Skip to main content
GET
/
status
v2 service status — per symbol, per category freshness
curl --request GET \
  --url https://api.example.com/status \
  --header 'X-API-Key: <api-key>'
{
  "success": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid API key"
  },
  "meta": {
    "version": "2.0",
    "timestamp": "2026-04-29T12:00:00Z"
  }
}

Documentation Index

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

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

Operational status: per-symbol-per-category freshness with healthy/degraded/unhealthy classification + an overall aggregate.

See also

Data freshness

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Response

Successful Response