Hello,
I am being executing my algo for last 4-5 months. Since last 3-4 days, within 30-40 seconds of starting my program, I am getting locked with error 429.
When I get locked I am just querying flyer for orderbook and quote. I do this every 5 sec. I execute code twice so, 2+ 2 queries every 5 seconds.
Below is yesterdays "fyersRequests.log" for your reference.
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:29,281+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:29,283+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:34,876+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:35,467+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:35,468+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:41,031+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:41,042+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:41,612+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/quotes"},"timestamp":"2025-01-10 09:20:41,615+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:47,194+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:47,209+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":429,"API":"/quotes"},"timestamp":"2025-01-10 09:20:47,766+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":429,"API":"/quotes"},"timestamp":"2025-01-10 09:20:47,774+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:53,349+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:53,355+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":429,"API":"/quotes"},"timestamp":"2025-01-10 09:20:53,903+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":429,"API":"/quotes"},"timestamp":"2025-01-10 09:20:53,936+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:59,507+0530","service":"FyersAPIRequest"}
{"level":"DEBUG","location":"[get_call:137] fyersModel","message":{"Status Code":200,"API":"/orders"},"timestamp":"2025-01-10 09:20:59,513+0530","service":"FyersAPIRequest"}
I had called fyers support yesterday, and shared my laptop screen too. They said they will resolve my issue by EOD. But I didn't heard any thing back from them.
This issue is blocking my trades. I am facing losses because of this. Now on Monday if again I face issue I will again end up in loss.
Please resolve my issue and update me on the status.