(kite.set_access_token) Related Queries

babansfolio
Hello Zerodha Support Team / @sujith:

Have some basic queries about Kite Set access token method, please advise your feedback,
I have subscribed one app so far, thus one access token.

Query 1:-

Is that possible to apply "kite.set_access_token() " simultaneously from two different set of actions ( Suppose one for tick data handling and one for strategy execution?

Are there any possible risks/negative impacts?

Query 2:-

Is that possible to apply "kite.set_access_token() " simultaneously from two different MAC Ids (two different machines)?
Are there any possible risks/negative impacts?

Query 3:-

Is there any limitations to have a single app which has been used for multiple tasks (like tick data process, strategy executions)
from single /multiple MAC ids?


WIll be grateful to you if you can help.

  • sujith
    All the API calls are authenticated using the access_token. You can use the same access_token on different machines to run different strategies.
Sign In or Register to comment.