Getting historical data of more than one coin at the same time

Hello, there are 109 coins on Binance Futures. When I create a loop and get the historical data of these coins one by one on Binance, it takes a long time to finish all these 109 transactions and there is a delay in my program. Is there a way to get the historical data of all 109 coins at the same time?

The API does not provide an endpoint to query historical data without specifying the symbol, apart from the Funding Rate History endpoint.