Regarding api requests

Hi

I’m facing issue with api request blockage.

I made a trading model by my own but it not working now properly because of api request blockage. As there is error - Too many requests.

I studied all why it’s happening, I found this is because the 2000 request per 30 min rate limit. As there is 100000 requests in a day, why this 2000/30min limit given.

Please help me regarding so that my model can work properly and I can trade easily.

Hi @Honey_46515579
Can you tell us the use case of these many requsts? If you want live market data you can subscribe to market data websocket.

Thanks!