Hello Community that for all the support for API queries. I'm invoking my algo every 7 seconds and only use positions & orderbook python methods in these invocations. I'm using quotes python method for my time based order placement which happens only 4 times per day on 8 instruments total. So, my quotes method invocation is only 8 times per day. However, I'm getting API rate limit has reached exception towards the end of the day. I've checked the Fyers debug log file and find that positions API is called less than 4900 times. and get_profile API called around ~3000 times. Ideally I shouldn't be getting the API limit exception for the above scenario. So, why am I getting the same? Any insight would be helpful. Thank you

4 replies