@namit check https://smartapi.angelbroking.com/smartapi/forum/topic/5527/urgent-unable-to-generate-api-key-for-market-api-type-and-historic-api-type
Latest posts made by vijaykumar8518
-
RE: [Urgent] IP Whitlisted still facing issue while placing orderposted in Python SDK
@sj-91 Local Ip address can change often change. Some examples router / device reboot etc.
For static ip use AWS or other cloud having static ip -
RE: all API keys disappearedposted in General Discussion
Deploy you algo on AWS, they provide static ip address
-
RE: [Urgent] Unable to generate api key for Market api type and historic api typeposted in Bugs
@admin It works with trading API key. Trading api keys allows history and market data also now
-
[Urgent] Unable to generate api key for Market api type and historic api typeposted in Bugs
Hi All,
Till few days back, my algo was working fine and was creating session properly for Market smart connect, trading smart connect and history smart connect using there respective api keys.
But from today, it is giving error for market smart connect and history smart connect. While trading smart connect is working fine.
When I login via https://smartapi.angelone.in/publisher-login/v2/login/
I see the website allows to create Trading api type (api key) only. There is no option to create History and Market api Type. Also old website https://smartapi.angelbroking.com/ also redirect to new loginImpact: Due to this Algo is not working
Code usage:
User user = smartConnect.generateSession("<ClientId>", configs.getPassword(), totp);
user is coming null for mentioned api types (Market and history)Pls tell how can i create api key for History and Market api Type
Adding SS for reference
