I need help regarding rest api rate limit

Hi

I want help regarding how I can request upstox to increase my console app rate limit to 4000-5000 rs per 5min.

As I made scanner to it needs rest apis call request of 5000 minimum for one scan.

Can anyone help, i can ready to pay for it to increase my rate limit.

If any possibility is there please let me know.

Hi @Honey_46515579
These high rate limits cannot be provided. However, you can subscribe to the Market Data WebSocket, which easily supports up to 2000 instruments, and you can also establish multiple connections if needed.

Please refer to the documentation below for more details:

Market Data Feed Documentation

Thanks!

Sir actually I have to fetch last 1 min , 3min, 5min candles ohlc volume and oi (either 1min or 5min only)so that I can receive only through intraday restapi.

As per I aware with websocket we can’t fetch 1min 3min 5min candles data. It can only fetch real time data not historic.

If there is possibility in websocket ohlc volume oi data of last 1min 3min 5 min candles can get through websocket request then it’s very good for my model and other Upstox users.

Is it possible… ?