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

Nov 27, 2025

main
1.0.0
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6 Breaking
DELETE /trading/accounts/{account_id}/orders
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 409 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 422 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
GET /trading/accounts/{account_id}/orders
  • Response
  • 400 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
GET /trading/accounts/{account_id}/orders/{order_id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
GET /trading/accounts/{account_id}/positions
  • Response
  • 400 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • Query
  • status query parameter Added
PATCH /trading/accounts/{account_id}/orders/{order_id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 409 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 422 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
POST /trading/accounts/{account_id}/orders
  • Response
  • 409 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 422 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 429 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed
  • 503 response Modified
    • application/json content type Modified
      • Type is no longer object
        Breaking
      • Error property Removed