Hello!
I’m getting user’s orders and trades history files using GET /fapi/v1/order/asyn/id
and GET /fapi/v1/trade/asyn
with startTime
equals now and endTime
equals now minus a year.
The problem is that the trades file has a few trades with order id which are missing in orders file.
The account is created in Oct 2023.
I tried generating the link several times and all files miss exact same orders.
Is this a bug or I’m doing something wrong?