API — Discovery & Meta
API metadata
Static metadata about the v2 API. Supported symbol and exchange catalogs, the full error code list with HTTP status mapping, the auth scheme, the rate-limit ladder, the response envelope shape, and links to the OpenAPI spec / Swagger UI / ReDoc / endpoint catalog. Cheap (in-memory, no I/O).
Requires X-API-Key like every other v2 route — anonymous discovery is via /v2/openapi.json (FastAPI standard, no auth).
GET
API-level metadata
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.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.
