Multiple users with different broker accounts

mnkartik
Hello Team,

I have an algo and needs to be run in different user broker accounts.
Based on the https://developers.kite.trade/ do i need to do the following to get callback orders and login session token for respected user
All the apps are created in a single https://developers.kite.trade/ email id say "[email protected]"


For User1 Demat
---------------------------
Create a new app "user1-app" with below details mentioned for the app
where zerdha login client id = user1 ( e.g. )

generates api key, api secret key

configures callback url as below
https://common-callbackendpoint/callback/token/
https://common-callbackendpoint/callback/order/



For User2 Demat
-------------------------
Create a new app "user2-app" with below details mentioned for the app
where zerdha login client id = user2 ( e.g. )

generates api key, api secret key

configures callback url as below
https://common-callbackendpoint/callback/token/
https://common-callbackendpoint/callback/order/


Pls let know if the approach is corrrect, that I need to create mutliple apps for mutliple users and how is the Zerodha Clinet id in the app details form is important with respect to the console login.

NOTE: I am using https://common-callbackendpoint is a common endpoint to capture the token and callback info with the clientid as the url demarcation for different clients.
  • Matti
    How do you have access to multiple Zerodha accounts? We would generally not recommend accessing other users' accounts.
Sign In or Register to comment.