Do not miss any broker-openapi API changes, ever again

Subscribe to the broker-openapi API changelog to be up to date on recent changes.

RSS

Jan 8, 2026

main
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
DELETE /trading/accounts/{account_id}/orders
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status_reason property Added
  • 202 response Modified
    • application/json content type Modified
      • status_reason property Added
GET /trading/accounts/{account_id}/orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • status_reason property Added
GET /trading/accounts/{account_id}/orders/{order_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status_reason property Added
PATCH /trading/accounts/{account_id}/orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • status_reason property Added
  • 202 response Modified
    • application/json content type Modified
      • status_reason property Added
POST /trading/accounts/{account_id}/orders
  • Response
  • 201 response Modified
    • application/json content type Modified
      • status_reason property Added
  • 202 response Modified
    • application/json content type Modified
      • status_reason property Added