Skip to main content
GET
/
meta
API-level metadata
curl --request GET \
  --url https://api.example.com/meta \
  --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.

Static metadata about the API itself: name, version, the auth scheme, the rate-limit ladder, the response envelope shape, the full error code catalog with HTTP status mapping, and the supported symbol + exchange catalogs. No I/O - pure in-memory dict, sub-millisecond. Use this when you want a single programmatic source of truth for client-side validation: the supported-symbols list, the error-code table, and the auth requirements all come from one call so your client doesn’t drift from the API contract.

See also

Errors

Response format

Rate limits

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Response

Successful Response