Hi, I created a function that calls get_historical_klines()
for all symbols on binance. But on average calling get_historical_klines()
for one symbol takes about 2~3 seconds, and the function takes more than 5 minutes to complete the actions.
Is there any way to speed up this process?
Thanks