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

Feb 4, 2026

main
1.0.0
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
DELETE /trading/accounts/{account_id}/orders
  • Response
  • 201 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 202 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /trading/accounts/{account_id}/orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 202 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /trading/accounts/{account_id}/orders
  • Response
  • 201 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
  • 202 response Modified
    • application/json content type Modified
      • market_id, broker_id, account_id, side, type, tif, token, price, qty, volume, filled_qty, filled_volume, status, status_reason, last_update_wall_time_ns, last_update_engine_seq, last_cmd_id_hex properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking