Improved
Schema descriptions and examples expanded across the API references
September 1st, 2026
Broker API
Adds descriptions to Broker schemas and simplifies several schema definitions with no change to the wire contract.
- Shared activity schemas (
CommonNTAActivityV2,CommonJournalActivityV2) and the options activity schemas now carry descriptions. - The
DailyTradingLimitschema used by the JIT limits endpoint is now described. - ACATS transfer request and list-response schemas keep the same fields with tidier pagination and securities descriptions.
- Single-item schema combinators are flattened; accepted and returned values are unchanged.
Affected Endpoints
GET /v2beta1/events/activitiesGET /v2beta1/accounts/{account_id}/events/activities/{event_id}GET /v1beta1/acatsGET /v1beta1/acats/{account_id}POST /v1beta1/acats/{account_id}GET /v1/transfers/jit/limitsGET /v2/events/funding/status
Trading API
Adds examples and descriptions across Trading schemas. Request and response shapes are unchanged.
CreateOrderRequestnow shows examples for quantity, price,position_intent,ratio_qty, and multi-leg orders.- Watchlist creation and add-asset requests include symbol and name examples.
CreateWhitelistedAddressRequest,TokenizationRequest, andOptionContractsResponseinclude worked examples.- Shared activity schemas (
CommonNTAActivityV2,CommonJournalActivityV2) and the options activity schemas now carry descriptions, and single-item combinators are flattened.
Affected Endpoints
POST /v2/ordersGET /v2/ordersGET /v2/orders/{order_id}PATCH /v2/orders/{order_id}GET /v2/orders:by_client_order_idPOST /v2/watchlistsPOST /v2/watchlists/{watchlist_id}POST /v2/watchlists:by_namePOST /v2/wallets/whitelistsGET /v2/tokenization/requestsGET /v2/tokenization/requests/{tokenization_request_id}GET /v2/tokenization/requests:by_client_request_idGET /v2/options/contractsGET /v2beta1/events/activities
Market Data API
Adds descriptions and response examples to the fixed-income latest prices and quotes schemas, and flattens single-item combinators on historical data query parameters. Accepted parameter values and response shapes are unchanged.
Affected Endpoints
GET /v1beta1/fixed_income/latest/pricesGET /v1beta1/fixed_income/latest/quotes
Auth API
The Authentication API description now includes a top-level summary of the service. No endpoint behavior changed.