Added
Stop and stop limit order types now supported for options
August 27th, 2026
Broker API
The OrderType schema now documents stop and stop_limit as supported order types for options trading, alongside market and limit.
- Options trading:
market,limit,stop,stop_limit. - Options multileg trading is unchanged:
market,limit.
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