The /api/v3/myTrades endpoint is not functioning properly. It was working last months (I have records stored on database), but today I am currently unable to retrieve the same data (using the same parameters in the request).
Could you please assist in resolving this issue? Has there been an update? Anyone with the same problem?
I’m using this endpoint /api/v3/myTrades?limit=1000&fromId=1&recvWindow=5000&symbol=MATICBUSD×tamp=1731490146759&signature=d30c3bf3ba2988d8dcf284cf4c8492f2d2b8ff5c10b903e43aa0ee40a696de4a
At today I’m not getting any data but I get records from two months ago, as you can see the in the print bellow
I have the same issue. A few days ago I was still able to query my trades from 2021 and now I can’t retrieve any trades before 2022-09-04. My code didn’t change since.
To confirm that the problem comes from the API, I used another crypto portfolio tracker and it didn’t retrieve anything before this date too, even tho before it could retrieve my trades older than that date.