Skip to main content
GET
API version history with breaking-change flags
Static release log with per-version 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

X-API-Key
string
header
required

Your BackQuant API key (same key as v1)

Headers

X-API-Key
string | null

Response

Successful Response

data
ChangelogData · object
required
meta
V2Meta · object
required

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.

success
boolean
default:true