Changelog

Versioned change history for PAX Trader Track API. Follow the Changelog for release announcements.

Versioning policy

PAX follows Semantic Versioning for the public API surface:

Change typeVersion bumpAdvance notice
Breaking — endpoint removed, field renamed/removed, type changed, auth changedMAJOR (v1 → v2)90 days min; deprecated endpoint returns Deprecation header
Additive — new endpoint, new optional field, new enum valueMINOR (v1.0 → v1.1)None (safe to deploy anytime)
Fix — bug fix, spec doc update, non-behavior-changingPATCH (v1.0.0 → v1.0.1)None

v2.5.0 — 2026-09-24 CURRENT

PAX Adaptive Fee Curve (PAF) + Liquidity Quality Framework (LQF) — full replacement of the flat-fee + weekly-rollup model. Root-cause ship of the MM incentive redesign — snapshots become autonomous, payouts become daily, fees become price-adaptive.

Adaptive Fee Curve (PAF)

Liquidity Quality Framework (LQF)

Retired

Migration

Existing fee_ledger and financial_event rows preserved unchanged. New PAF/LQF entries carry fee_bps = effective PAF value (not flat 30). CF Worker apps/api/src/index.ts DEFAULT_FEE_BPS aligned from 400 (simulation) to 20 (mirrors VM PAF_BASE). Docs, SEO, and 14 locales updated in the same release.

v2.4.1 — 2026-09-06

100% top-tier polish — 8 remaining gaps closed after v2.4.0 fee-ledger ship.

Backend

SDKs bumped to v2.4.0

Docs + spec

v2.4.0 — 2026-09-06

Complete fee accounting — AMM + parlay ledger writes, LP fee distribution, dynamic fee (env-gated). Closes 4 architectural gaps found in the fee-flow audit.

Added — non-CLOB ledger writes

Added — LP fee distribution

Added — dynamic fee (env-gated)

v2.3.0 — 2026-09-06

CLOB taker fee cut 50 → 30 bps + progressive tier for builder share. AMM fast-round house_edge + spread unchanged (risk buffer). Parlay margin unchanged (industry-standard 15%).

Changed

Rationale + industry context

Backward compat

v2.2.2 — 2026-09-06

Application flow — email notifications + tier auto-graduation.

Added

Env knobs

v2.2.1 — 2026-09-06

Discoverability + SDK metadata sync — no behavior changes.

Changed

v2.2.0 — 2026-09-05

Trust Layer — public Merkle verifier over the operational ledger.

Added — public no-auth verifier surface

Why this matters for builders

The event log has been hash-chained and Merkle-batched since v1 — this release exposes it publicly. See docs.predictasiax.com/verify for the full trust model: any auditor, investor, or third-party verifier can independently reconstruct the event chain, verify Merkle inclusion for any event, and check R2 anchor payloads out-of-band. Building on PAX means every fill your app routes carries a cryptographic receipt that outlives the PAX API itself.

v2.1.0 — 2026-09-05

Batch trading + pre-trade fee preview.

Added

v2.0.0 — 2026-08-19

Builder Program v2.0 — full ecosystem infrastructure SHIPPED

Base URL: https://api.predictasiax.com/v1. All endpoints below are live and returning real D1-backed data.

Builder Program surface (new)

Access, OAuth, MCP (upgraded)

Ecosystem primitives

Foundation surface (live at v2.0.0)

Deprecation policy

When an endpoint or field is deprecated:

  1. Response headers include Deprecation: <date> and Sunset: <date> (RFC 8594)
  2. Announced on the Changelog + email to all partner contacts
  3. Minimum 90 days between deprecation and removal
  4. Removed only on MAJOR version bump

Machine-readable feed

The canonical spec + AsyncAPI spec + Postman environment files at Downloads are versioned along with each release above.