I have been working on a strategy and there could be multiple people who could use that. At the bottom of the kite app it is written "By default, the API is restricted to a single Zerodha user ID. If you want multi-user login support, please e-mail us." so whom should I mail?
If you require multi-login functionality, Zerodha cannot provide it unless you have mass production but you can overcome this by using different efficient approaches. It requires only your coding skills and the right logic.
Why do folks need so many user logins? They need to access tick data and place orders, right? This can be done through any cloud service or cloud database, and the logic is so simple.
Thanks for the reply, seems like I am missing something here, I need to buy and sell orders on behalf of other users, could this be done without multi-login support?
If you require multi-login functionality, Zerodha cannot provide it unless you have mass production but you can overcome this by using different efficient approaches. It requires only your coding skills and the right logic.
Why do folks need so many user logins? They need to access tick data and place orders, right? This can be done through any cloud service or cloud database, and the logic is so simple.
I found two other threads: discussion_0, discussion_1