Hello
I am trying to request trade history data of my trades using the GET /api/v3/myTrades
endpoint but I dont get any data regarding my historical trades. I have tested /api/v3/myTrades
with all possible 2169 symbols and with ‘fromId’ => 0, but all requests come up empty.
I have managed to get data with ‘asset request’ so I know the API connection is working.
What could be causing this issue and furthermore if I want to converge all of my trade history from across the board which other endpoints should I use?
Thank you!