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

11 structure changes including:
5 Additions
6 Modifications
Modified 6
DELETE /trading/accounts/{account_id}/orders
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 409 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 422 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
GET /trading/accounts/{account_id}/orders
  • Response
  • 400 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
GET /trading/accounts/{account_id}/orders/{order_id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
GET /trading/accounts/{account_id}/positions
  • Response
  • 400 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
PATCH /trading/accounts/{account_id}/orders/{order_id}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 409 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 422 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
POST /trading/accounts/{account_id}/orders
  • Response
  • 409 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 422 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 429 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
  • 503 response Modified
    • application/json content type Modified
      • Type is now object
      • Error property Added
Added 5
GET /events
GET /events/{event_id}
GET /markets
GET /markets/{market_id}
GET /trading/accounts/{account_id}/payouts