Fixed
Corrected "submitted_at" description on the order schemas
September 9th, 2026
Broker API
Corrects the documented behavior of submitted_at on the Order and OrderLeg schemas. Because orders are submitted for execution asynchronously to database updates, submitted_at may at times be after the created_at time — the description previously said "before". No change to the values returned by the API.
Affected Endpoints
POST /v1/trading/accounts/{account_id}/ordersGET /v1/trading/accounts/{account_id}/ordersDELETE /v1/trading/accounts/{account_id}/ordersGET /v1/trading/accounts/{account_id}/orders/{order_id}PATCH /v1/trading/accounts/{account_id}/orders/{order_id}GET /v1/trading/accounts/{account_id}/orders:by_client_order_idPOST /v1/trading/accounts/{account_id}/orders/estimationDELETE /v1/trading/accounts/{account_id}/positionsDELETE /v1/trading/accounts/{account_id}/positions/{symbol_or_asset_id}GET /v1/rebalancing/runsGET /v1/rebalancing/runs/{run_id}GET /v2/events/trades