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

Oct 30, 2025

main
1.0.0
Compare

API structure has changed

8 structure changes including:
1 Breaking change
1 Addition
6 Modifications
1 Removal
Modified 6 Breaking
DELETE /trading/accounts/{account_id}/orders/{order_id}
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/orders
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/orders/{order_id}
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
GET /trading/accounts/{account_id}/positions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • asset, total, available, reserved properties Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • market_id, qty, realized_pnl, fees_paid, last_update_engine_seq properties Added
  • Query
  • asset query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • market_id query parameter Added
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
PATCH /trading/accounts/{account_id}/orders/{order_id}
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
POST /trading/accounts/{account_id}/orders
  • Authentication
  • Oauth2 authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Hmac auth authentication method Added
  • Header
  • PRE-ACCESS-KEY, PRE-ACCESS-SIGNATURE, PRE-ACCESS-TIMESTAMP headers Added
Removed 1 Breaking
Oauth2authentication method
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 1
Hmac authauthentication method