Hi @sachet_singh, Request token you get is valid for only one time and the lifetime of a request token is a couple of minutes. The access token is valid for one day. Once you get access token store it and re-use it until your session is expired. Don't call
Request token you get is valid for only one time and the lifetime of a request token is a couple of minutes.
The access token is valid for one day. Once you get access token store it and re-use it until your session is expired. Don't call every time you run app.
https://kite.trade/connect/login?api_key=xxx
what exactly is the meaning of login flow ? i am just running your sample from command line. Sorry, but your samples/doc are not helping at all...