Any Limit of IntraDay Candle Data

Is there any limit on getting IntraDay Candle Data . I am coding an algo where I need data for around 25-30 option strike (Nifty and BNF combined) and plan to run this every 120 seconds using python. Is there any limit on Api or any other type of rate limiting.

Adhere to the standard rate limiting guidelines as outlined in the documentation: Rate Limits | Upstox Developer API.

Please note that we cache intraday data for a few seconds on the CDN to enhance performance. For your purposes, using the websocket is advisable. Begin with the intraday candle data and keep us posted on your progress.