Orders
Order Management Interfaces
📄️ Order Preview
Calculate the estimated amount and cost based on the incoming information, and support simple orders.
📄️ Order Place
Place order for a specific account. <br/><br/>Related Event Notifications: <br/>Please refer to the Event Push API documentation: [Trade Events](/apis/docs/reference/fd-events/trading-events#trade-events)
📄️ Order Replace
Modify equity and event orders, including simple orders.
📄️ Order Cancel
Cancel order submitted which is still under open status.
📄️ Open Orders
Query pending orders by page, and modify or cancel orders based on client_order_id. Results are sorted by client_order_id. If the client_order_id values in the request are ordered, the response will preserve the same order.
📄️ Order Detail
Order details, query the specified order details through the order ID.
📄️ Order History
Retrieve historical orders for an account. Records are available for up to 2 years. By default, returns orders from the last 7 days if no time range is specified. If they are group orders, will be returned together, and the number of orders returned on one page may exceed the page_size. Results are sorted by client_order_id. If the client_order_id values in the request are ordered, the response will preserve the same order.