Fixed
Corrected "submitted_at" description on order schemas
September 9th, 2026
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}/ordersGET /v1/trading/accounts/{account_id}/ordersGET /v1/trading/accounts/{account_id}/orders/{order_id}GET /v1/trading/accounts/{account_id}/orders:by_client_order_idPATCH /v1/trading/accounts/{account_id}/orders/{order_id}DELETE /v1/trading/accounts/{account_id}/ordersDELETE /v1/trading/accounts/{account_id}/positionsDELETE /v1/trading/accounts/{account_id}/positions/{symbol_or_asset_id}GET /v2/events/trades