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

Dec 24, 2025

main
1.0.0
Compare

API structure has changed

13 structure changes including:
1 Breaking change
1 Addition
11 Modifications
1 Removal
Modified 11 Breaking
DELETE /trading/accounts/{account_id}/orders
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /events
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /events/{event_id}
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /markets
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /markets/{market_id}
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /trading/accounts/{account_id}/orders
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /trading/accounts/{account_id}/orders/{order_id}
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /trading/accounts/{account_id}/payouts
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
GET /trading/accounts/{account_id}/positions
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
PATCH /trading/accounts/{account_id}/orders
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
POST /trading/accounts/{account_id}/orders
  • Authentication
  • Hmac auth authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Api key auth authentication method Added
Removed 1 Breaking
Hmac authauthentication method
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
Api key authauthentication method