@admin, @Moderator_1, @Moderator_2, yes, same here, not working
SSumit
@SSumit
Best posts made by SSumit
Latest posts made by SSumit
-
RE: Market data api stopped working - api.market.data
If you want to reproduce the issue, call market data API continuously for 1 hour with a call rate of 1 request per second (basically approx 3600 requests per hour)
and if you guys configured any limit like the user can only call let's say 1000 requests per hour then please update the document
-
RE: Market data api stopped working - api.market.data
The same pattern today as well. for the first 15 minutes, API was working very well then stopped and started giving me errors -
SmartApi.smartExceptions.DataException: Couldn't parse the JSON response received from the server: b'Access denied because of exceeding access rate'
Note: I am not hitting API multiple times in 1 second
You guys changed something. till yesterday, I was not facing this kind of scenario where API is working for a certain period of time and then stops providing data, and then after a certain period, it starts providing data again, and so on. Basically, API is not stable or you guys may put some kind of limit let's say for example for 1 hour the user only put xxx numbers of requests.
-
RE: Market data api stopped working - api.market.data
@admin it stopped again. something wrong here.
Getting error - Access denied because of exceeding access rate
note: I am placing a request in intervals of 5 seconds and the rate limit for this API is one request per second
Request Payload:
{'mode': 'FULL', 'exchangeTokens': {'NFO': ['66522', '38796', '40441', '66440', '42913', '44199', '44196', '44197', '50760', '50767', '60751', '60748', '63645', '66470', '64121', '66447', '66454', '66453', '66511', '64123', '66513']}}
-
RE: Market data api stopped working - api.market.data
@admin, it just started back.
Thanks!
-
Market data api stopped working - api.market.data
@admin It was working till today 9:30 AM. After that suddenly stopped providing data.
-
what is AMX Error - AB1007
@admin what is AMX Error - AB1007. I am getting this error for rms limit API only.
-
RE: AB1010: Invalid Session or Session is Expired Please Re-login
@admin facing this issue since yesterday.
-
RE: Automate totp login using python module - pyotp
@Rushey17 Yes that also works
-
RE: Guide to secure your SmartAPI Account with two factor authentication
@milind017 check value of angleOneURI, it should be like - otpauth://totp/<client id>?secret=<secrets>&issuer=angelone.in&algorithm=SHA1&digits=6&period=30
and there is no need for a while loop