Hi My intention is to perform auto trading. I am in the process of creating a unattented robot for stock trading for my personal use. I am a bit confused here because since you have provided such nice API, for order management, the login flow requires manual intervention? How can I seamlessly login without manual intervention, i,e skipping the second part of login which the random questionnaire
Hi, manual intervention is mandatory. Also, if you want to do complete automated trading, you can speak to our team, they will help you with all requisite approvals from the exchange. You can send your contact details to [email protected]
Hi Nithin, when i am using the API's within my own software , will i have then too authenticate at any stage with "random questionarre" . The login procedure at following link doesn't say anything about that : https://kite.trade/docs/connect/v1/#login-flow. Please guide. Regards, Sudhir Shetty
Kailash , But , nothing in https://kite.trade/docs/connect/v1/#login-flow describes it. Did i miss something ? I am wondering how the process is ? How will you pop up a "interface" where i need to enter the authentication "manually"? Let me re-iterate that i am talking of desktop application that uses directly the kite api. (not Pi-bridge etc based ).
The interface is popped when you initiate a redirect to the above shown URL as described in the documentation. There's a section that details how you can work with the flow on mobile and desktop apps -- https://kite.trade/docs/connect/v1/#mobile-and-desktop-apps
when i am using the API's within my own software , will i have then too authenticate at any stage with "random questionarre" . The login procedure at following link doesn't say anything about that : https://kite.trade/docs/connect/v1/#login-flow. Please guide.
Regards,
Sudhir Shetty
But , nothing in https://kite.trade/docs/connect/v1/#login-flow describes it. Did i miss something ? I am wondering how the process is ? How will you pop up a "interface" where i need to enter the authentication "manually"? Let me re-iterate that i am talking of desktop application that uses directly the kite api. (not Pi-bridge etc based ).
Regards,
Sudhir Shetty
The first flow is a 302 redirect as shown in the diagram. Quoting: "Authentication involves redirecting a user to the public Kite login endpoint https://kite.trade/connect/login?api_key=xxx."
The interface is popped when you initiate a redirect to the above shown URL as described in the documentation. There's a section that details how you can work with the flow on mobile and desktop apps -- https://kite.trade/docs/connect/v1/#mobile-and-desktop-apps