Faster way to fetch candlesticks for all trading pairs?

Hey,

Is there a faster way to fetch historical candlesticks for all BTC trading pairs?

Currently I am looping through all BTC trading pairs and making synchronous REST calls.

api/v3/klines?symbol=BTCTRADINGPAIRS&interval=1m&limit=1000

The problem is that there are over 300 tradingpairs, so it takes about 80 seconds to perform this.
Any advice?

Hi Chak,
the method you’ve mentioned is the only way at the moment, but thank you for sharing your experience, we’re taking notes and might introduce an alternative to improve this scenario in the future.