I am using curl (/instruments/historical/:instrument_token/:interval) for fetching historical 1 min data. Currently, I am downloading data for 1 symbol at a time and send GET request in loop for around 4200 symbols. I am getting 'too many requests' error for most of the symbols.
Can you please elaborate about the limits.
Also, it would be great if I can fetch data for multiple symbols in one request.