Fixed

Corrected "submitted_at" description on order schemas

Broker API

The submitted_at description on the Order and OrderLeg schemas now correctly states that, because orders are submitted for execution asynchronous to database updates, submitted_at may at times be after the created_at time. The previous text said "before". Field values and response shapes are unchanged.

Affected Endpoints

  • POST /v1/trading/accounts/{account_id}/orders
  • GET /v1/trading/accounts/{account_id}/orders
  • GET /v1/trading/accounts/{account_id}/orders/{order_id}
  • GET /v1/trading/accounts/{account_id}/orders:by_client_order_id
  • PATCH /v1/trading/accounts/{account_id}/orders/{order_id}
  • DELETE /v1/trading/accounts/{account_id}/orders
  • DELETE /v1/trading/accounts/{account_id}/positions
  • DELETE /v1/trading/accounts/{account_id}/positions/{symbol_or_asset_id}
  • GET /v2/events/trades