Right now I have a request to get last orders using /fapi/v1/allOrders and using orderId and it returns only 1 order with this orderId, but account have 3 more trades after this id. I even received one by webscokets.
Is any cache applied to fapi/v1/allOrders ? What to do in this case to keep history consistent, because API not returning any errors.
Its been 2 days since delay started. Is it a new feature? Will be any fix? Users orders history is a mess because api doesnt return correct information when mixing with websockets.