Added

Stop and stop limit order types now supported for options

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}/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