Improved
Schema descriptions and examples added across API references
September 1st, 2026
Broker API
Documentation coverage improves across several Broker schemas, with no change to request or response payloads:
- Adds descriptions to the shared non-trade activity schemas
CommonNTAActivityV2andCommonJournalActivityV2. - Adds a description to
DailyTradingLimitexplaining the correspondent-level daily net buying limit and the amount currently consuming it. - Clarifies the funding status event description to name the supported entities (bank relationships, bank wires, transfers, and funding wallets).
- Simplifies redundant single-item schema combinators on the ACATS and activity schemas; the documented fields and values are unchanged.
Affected Endpoints
GET /v2beta1/events/activitiesGET /v2beta1/accounts/{account_id}/events/activities/{event_id}GET /v1/transfers/jit/limitsGET /v2/events/funding/statusPOST /v1beta1/acats/{account_id}GET /v1beta1/acatsGET /v1beta1/acats/{account_id}
Market Data API
The fixed-income latest price and quote response schemas now carry descriptions and worked response examples keyed by ISIN. Redundant single-item combinators on the sort query parameter of the historical stock and corporate action endpoints were flattened, with no change to accepted values.
Affected Endpoints
GET /v1beta1/fixed_income/latest/pricesGET /v1beta1/fixed_income/latest/quotes
Auth API
The Authx API description now includes a top-level service description in the reference. No request or response shapes changed.