I am developing an application that regularly checks the status of some orders. However sometimes I receive the error “Order does not exists -2013”.
Why is this happening?
Any suggestions to workaround with this issue?
dino
April 18, 2020, 4:30am
2
Please have a look on this post :
If the order is successfully placed, and the order number is returned. But this order information cannot be found by GET /api/v3/order.
Binance’s ordering process is hitting the matching engine first, and then the order information will be sent to downstream channels, including the persistence layer, Websocket server, etc. The biggest advantage of this design is that the entire trading system is very scalable and will not be limited by common restrictions, like IO, etc.
This endpoint GET /api…
You did not reply to a person saying this thing happens to the order created 25 days (!) ago. Your explanation definitely does not fit to this case.