Issue with fapi/userTrades for specific orders on "ETHUSDT" symbol

Hi community,

We are facing a problem with the /fapi/v1/userTrades endpoint for USDM futures. Let me give you a brief overview:

  • We initially query all orders and then fetch additional data using the order ID by querying trades for each order.
  • However, when we query trades by orderID for orders having the “ETHUSDT” symbol, an empty list is returned.
  • On the other hand, when we query trades separately without using the order ID, we are able to find the trades, including those with the order IDs in question.

Has anyone encountered a similar issue, especially with “ETHUSDT”? Any insights or solutions to this problem would be highly appreciated.

Thanks ahead!

Are you using startTime/endTime or fromId parameter which could interfere with the response results? The best would be to list down the complete request URLs (with parameters, but with sensitive parts omitted), so that we can have a better idea on the requests you’re sending.