Too Many Requests error on API calls

VipinA
We are using Zerodha API to update rates on our database, but when we generate trading calls from our algo to trade on Zerodha, it says Too Many Requests.

Can anyone please resolve this problem?
  • sujith
    You can check out API rate limits here. Make sure you don't cross this.
    You can use websockets to fetch live market data.
Sign In or Register to comment.