WARNING - API response was unsuccessful for 2320. Remarks: {‘error_code’: ‘DH-904’, ‘error_type’: ‘Rate_Limit’, ‘error_message’: ‘Too many requests on server from single user breaching rate limits. Try throttling API calls.’}
as i am using dhan.intraday_minute_data(security_id,exchange_segment,instrument_type) for my instrument list one by one. using time sleep for 0.1
for fetching todays data for my instrument list.
Intraday Minute Data is part of Data APIs, where rate limits are there for hour as well as day. This can be the one which is hitting rate limits, given your speed of polling.