Trading

Full trading operations including order placement, modification, cancellation, order queries, and option exercises.

PageDescription
Get ContractQuery contract information (required before placing orders)
Place OrdersMarket orders, limit orders, stop orders, and more
Cancel or Modify OrdersCancel, reprice, or resize orders
Get Order InformationQuery intraday/historical orders and trade details
Option ExerciseSubmit and query option exercise requests

API List

Contract Queries

MethodDescription
get_contractGet single contract information
get_contractsGet multiple contracts in batch
get_derivative_contractsGet option/warrant/CBBC contract list

Order Placement

MethodDescription
place_orderPlace order (market, limit, stop, etc.)
create_orderCreate order request (get order ID)
place_forex_orderPlace forex exchange order
preview_orderPreview order (simulate without submitting)

Order Modification & Cancellation

MethodDescription
cancel_orderCancel order
modify_orderModify order price or quantity

Order Queries

MethodDescription
get_ordersGet order list
get_orderGet specific order details
get_open_ordersGet pending orders
get_cancelled_ordersGet cancelled orders
get_filled_ordersGet filled orders
get_transactionsGet order fill records