Open Orders
GET/openapi/broker/trade/order/open
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.
Request
Responses
- 200
- 401
- 417
- 500
OK
Unauthorized: Authentication required
A business logic error triggered when the request cannot be processed due to domain-specific constraints.
Internal Server Error.