You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the STOP_MARKET or TAKE_PROFIT_MARKET trigger price is reached, the original order is replaced by a new one with status FILLED in the user orders lists returned by the following endpoints:
After the STOP_MARKET or TAKE_PROFIT_MARKET trigger price is reached, the original order is replaced by a new one with status FILLED in the user orders lists returned by the following endpoints:
/openApi/swap/v2/trade/allOrders
User's History Orders/openApi/swap/v1/trade/fullOrder
User's All OrdersIt is expected for the FILLED order to have
triggerOrderId
equal to the original trigger order id so it would be possible to match them.However,
triggerOrderId
is always0
for these orders.This value is only filled in the WebSocket events, but not in the HTTP API endpoints.
The text was updated successfully, but these errors were encountered: