List stop-loss orders
List stop-loss orders
Authorizations
Bearer token used for protected REST API requests.
Query Parameters
Optional status filter. Values are backend order statuses such as PENDING, COMPLETE, CANCELLED, 0, 1, 2, 4, 7, or 8 depending on order type.
Optional trading account filter.
Trading symbol or product code such as FPT or VN30F1M.
Response
Stop orders matching optional filters.
System stop order id. JSON serialization may also return OrderId depending on backend settings.
Trading symbol.
B for buy, S for sell.
B, S Trigger price.
Trigger condition comparing current market price against stopPrice.
>=, <= Child order type sent when the trigger fires.
Limit price for LO orders; null or ignored for market-style orders.
Requested quantity.
Trading account.
Creation time.
Stop order status, for example PENDING, COMPLETE, CANCELLED, or MODIFIED.
Parent bracket order id when the stop order is a bracket leg; null for standalone stop orders.
Special leg type such as ENTRY, TAKE_PROFIT, or STOP_LOSS; null for standalone stop orders.
Remaining quantity for sliced execution.
Last trigger check time.
Last time a child slice order was sent.
Minimum interval between child slices in milliseconds.
System order ids of child broker orders.
Filled quantity.
Average filled price.

