Orders
Order Management Interfaces
📄️ Preview Order
Calculates the estimated cost and fees for an order based on the provided parameters. Supports simple orders.
📄️ Place Order
Places 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)
📄️ Replace Order
Modifies an existing order. Only the provided fields are updated; all other attributes remain unchanged.
📄️ Cancel Order
Cancels a previously submitted order that has not yet been fully filled. Only orders in open status can be cancelled.
📄️ List Open Orders
Retrieves pending orders by page. This endpoint may not return the most recent order data in real time due to processing delays. To ensure you get the latest order status, please query the Order Detail endpoint by client_order_id.
📄️ Get Order Detail
Retrieves the specified order details through the order ID or client order ID.
📄️ List Order History
Retrieves historical orders within a specified date range (default: last 7 days). If orders are group orders, they will be returned together, and the number of orders returned on one page may exceed the page_size. This endpoint may not return the most recent order data in real time due to processing delays. To ensure you get the latest order status, please query the Order Detail endpoint by client_order_id.