Order Query
Order Management Interfaces
📄️ 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.
📄️ List Open Orders
Retrieves resting 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 order details, query the specified order details through the order ID or client_order_id.