I’m creating an app that recreates a wallet from an API key.
On the /api/v3/myTrades endpoint, i get it that we need to loop on all available symbols to fetch all the data.
But here is my problem. At some point in time, I traded on the STMXBNB that was a valid symbol at a time. Now it’s unlisted, and I can’t query the past trades I made on this symbol.
I guess the filter if a symbol is valid or not on this endoint would be more like “has been valid at some point” ?
Is there a workaround on that ?
Thanks a lot.