Hi Vinay,
There should not be any rate limiting on web sockets.
May I know if you are calling any other APIs?
Question
FYERS API API Limit for websocket: As per https://community.fyers.in/question/is-the-api-s-rate-limit-also-applicable-to-web-sockets-using-it-for-quotes---6254ffb2a4af02b85475267f you had mentioned there is no API limit for websocket, but I am getting {'s': 'error', 'code': -353, 'message': 'API Limit exceeded per day'}
for websocket call:
fyersSocket.subscribe(symbol=symbol,data_type=data_type)
API Limit for websocket: As per https://community.fyers.in/question/is-the-api-s-rate-limit-also-applicable-to-web-sockets-using-it-for-quotes---6254ffb2a4af02b85475267f you had mentioned there is no API limit for websocket, but I am getting {'s': 'error', 'code': -353, 'message': 'API Limit exceeded per day'}
for websocket call:
fyersSocket.subscribe(symbol=symbol,data_type=data_type)
Join FYERS Community to pick others' brains on Trading/Investing