Hi - how do I download as much historical data as I can without hitting limits? I am accessing https://data.binance.vision/data/spot and not using an API or getting 429 errors, but I am told by support that this error:
HTTPSConnectionPool(host=‘data.binance.vision’, port=443): Max retries exceeded with url: /data/spot/daily/klines/DOTTUSD/1m/DOTTUSD-1m-2024-06-04.zip (Caused by SSLError(SSLEOFError(8, ‘EOF occurred in violation of protocol (_ssl.c:1129)’)
is due to rate limit issues? and referred to Binance API Documentation
Is data.binance.vision/data/spot the way to go to download bulk historical data?