Improved
GTC time-in-force documented for options orders
August 28th, 2026
The TimeInForce schema now documents gtc as a supported time-in-force for options orders, alongside day. The gtc enum value was already accepted; only the per-security-type documentation changed, so there is no change to the wire contract.
Broker API
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}/ordersPOST /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
Trading API
POST /v2/ordersGET /v2/ordersGET /v2/orders/{order_id}GET /v2/orders:by_client_order_idPATCH /v2/orders/{order_id}DELETE /v2/positionsDELETE /v2/positions/{symbol_or_asset_id}