'efficiently getting all my trades from binance api

I want to download all my trades from Binance using the api. The problem I have is that the api/v3/myTrades api call requires a market symbol. As there are hundreds of market symbols, I need to make hundreds of API calls to ensure that I cover all possibilities.

Is there a more efficient way to achieve this? Either another API call that doesn't require a market symbol, or a way to get the symbols that I have traded in?



Solution 1:[1]

You can use https://explorer.bitquery.io to get historical info, though this isn't precisely what you're asking for, since it's a different API.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mr. B