Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

triggerOrderId is not set for filled STOP_MARKET and TAKE_PROFIT_MARKET orders. #5

Open
AnMakc opened this issue May 21, 2024 · 0 comments

Comments

@AnMakc
Copy link

AnMakc commented May 21, 2024

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:

It 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 always 0 for these orders.

This value is only filled in the WebSocket events, but not in the HTTP API endpoints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant