Skip to main content
GET
Live catalog of every v2 route
Live introspection of every registered route in the API. For each endpoint you get the path, HTTP methods, tag, summary, description, and the full parameter list - including the enum array for any parameter that’s Literal-typed (so you can validate user input client-side against exactly the same values the server accepts). The catalog is derived from the running FastAPI app at request time, not hard-coded. New routes appear here automatically. Use it as a lighter alternative to /v2/openapi.json when you want a flat catalog rather than the full OpenAPI 3 schema.

See also

API metadata

Symbol catalog

Authorizations

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Response

Successful Response