Changelog
Returns the v2 release log plus the lifecycle status of v1. Customers integrating against either version use this to decide when to schedule re-integration work — breaking: true on any release is the signal to test, and v1_status flips to deprecated / sunset long before v1 is ever turned off.
Response is static — no I/O, sub-millisecond — so polling it from a CI job daily is free.
Static release log with per-versionDocumentation Index
Fetch the complete documentation index at: https://docs.backquant.com/llms.txt
Use this file to discover all available pages before exploring further.
breaking flags. Customers integrating against the API use this to decide when to schedule re-integration work - breaking: true on any release is the signal to test.Authorizations
Your BackQuant API key (same key as v1)
Headers
Response
Successful Response
The meta block returned alongside every v2 response.
Every field after version/timestamp is optional because endpoints
attach different combinations — e.g. /v2/status skips symbol, the
chain endpoint sets extra.filter_hash, etc. Listing them here means
SDKs get a typed accessor for each instead of a generic meta: dict.
