Do not miss any Broker API Hub changes, ever again

Subscribe to the Broker API Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
broker-openapi API
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /events
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • markets property Modified
GET /events/{event_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • markets property Modified
        • custom_strike property Modified
          • Type went from object | null to string | null
            Breaking
GET /markets
  • Response
  • 200 response Modified
    • application/json content type Modified
      • markets property Modified
        • custom_strike property Modified
          • Type went from object | null to string | null
            Breaking
GET /markets/{market_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • custom_strike property Modified
        • Type went from object | null to string | null
          Breaking
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /events
  • Message
  • Event/Market Lifecycle Update Frame message Modified
    • payload Modified
      • payload property Modified
        • MarketCreatedPayload alternative Modified
broker-openapi API
2 structure changes including:
2 Modifications
Modified 2
GET /events
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • image_url property Modified
          • Property is no longer required
GET /events/{event_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • image_url property Modified
        • Property is no longer required
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /events
  • Message
  • Event/Market Lifecycle Update Frame message Modified
    • payload Modified
      • payload property Modified
        • EventCreatedPayload alternative Modified
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /events
  • Message
  • Event/Market Lifecycle Update Frame message Modified
    • payload Modified
      • payload property Modified
        • EventSettledPayload, MarketSettledPayload alternatives Modified
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /events
  • Message
  • Event/Market Lifecycle Update Frame message Modified
    • payload Modified
      • payload property Modified
        • MarketDetailsChangedPayload alternative Added
broker-openapi API
2 structure changes including:
2 Modifications
Modified 2
GET /events
  • Response
  • 200 response Modified
    • application/json content type Modified
      • events property Modified
        • series_title property Added
GET /events/{event_id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • series_title property Added
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /events
  • Message
  • Event/Market Lifecycle Update Frame message Modified
    • payload Modified
      • payload property Modified
        • EventCreatedPayload alternative Modified
broker-openapi API
1 structure change including:
1 Modification
Modified 1 Breaking
GET /trading/accounts/{account_id}/positions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • alternative Modified
        • PositionList alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • DualPositionList, NetPositionList alternatives Added
broker-openapi API
1 structure change including:
1 Modification
Modified 1 Breaking
GET /trading/accounts/{account_id}/positions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • alternative Modified
        • PositionList alternative Removed
          • Removing a resource is always breaking unless it was deprecated before
            Breaking
        • DualPositionList, NetPositionList alternatives Added
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /orders
  • Message
  • Order Update Frame message Modified
    • payload Modified
      • payload property Modified
        • filled_fee property Modified
          • Property is no longer required
        • volume, filled_volume properties Added
broker-openapi API
1 structure change including:
1 Addition
Added 1
POST /trading/accounts/{account_id}/merge
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1 Breaking
SUBSCRIBE /accounting
  • Message
  • Accounting Fill Frame, Accounting Cancel Frame, Accounting Merge Frame messages Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Accounting Update Frame message Added
broker-openapi API
1 structure change including:
1 Breaking change
1 Removal
Removed 1 Breaking
POST /trading/accounts/{account_id}/merge
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1 Breaking
SUBSCRIBE /accounting
  • Message
  • Accounting Update Frame message Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Accounting Fill Frame, Accounting Cancel Frame, Accounting Merge Frame messages Added
broker-openapi API
1 structure change including:
1 Addition
Added 1
POST /trading/accounts/{account_id}/merge
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1 Breaking
SUBSCRIBE /accounting
  • Message
  • Accounting Fill Frame, Accounting Cancel Frame, Accounting Merge Frame messages Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Accounting Update Frame message Added
broker-openapi API
1 structure change including:
1 Modification
Modified 1
GET /trading/accounts/{account_id}/positions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • yes_reserved, no_reserved properties Added
broker-asyncapi API
1 structure change including:
1 Modification
Modified 1
SUBSCRIBE /accounting
  • Message
  • Accounting Fill Frame message Modified
    • payload Modified
      • payload property Modified
        • position_delta property Modified
  • Accounting Cancel Frame message Modified
    • payload Modified
      • payload property Modified
        • position_delta property Added
  • Accounting Merge Frame message Modified
    • payload Modified
      • payload property Modified
        • position_delta property Modified
  • Accounting Payout Frame message Modified
    • payload Modified
      • payload property Modified
        • position_delta property Modified
broker-openapi API
2 structure changes including:
2 Modifications
Modified 2
GET /trading/accounts/{account_id}/positions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • items property Modified
        • qty property Modified
          • Property is no longer required
        • yes_qty, no_qty, net_qty properties Added
  • Query
  • presentation query parameter Added
POST /trading/accounts/{account_id}/orders
  • Body
  • application/json content type Modified
    • auto_merge property Added