Hi Rakesh, Is there need daily basis to generate request token to access Kite Connect API's ? We are only Retrieve quote and market depth for list of instruments, not doing any kind of trading.
The flow of accessing Kite Connect API is 1 - Generate login URL using API Key. 2 - Browse that URL and Login using credentials. 3 - After successful login,it will redirected to redirect URL mentioned in app with request token as query string parameter (Request token is valid for couple of minute). 4 - Using that request token and API secret generate access token (Access token valid for one day). 5 - Use that access token in subsequent API requests.
Is there need daily basis to do the above procedure for accessing Kite Connect API's ?
Is there a need daily basis to do the above procedure for accessing Kite Connect API's?
Yes, you need to perform this daily whole flow once and then store access_token at your end. And then use the same access_token for all subsciquent requests.
Is there need daily basis to generate request token to access Kite Connect API's ?
We are only Retrieve quote and market depth for list of instruments, not doing any kind of trading.
1 - Generate login URL using API Key.
2 - Browse that URL and Login using credentials.
3 - After successful login,it will redirected to redirect URL mentioned in app with request token as query string parameter (Request token is valid for couple of minute).
4 - Using that request token and API secret generate access token (Access token valid for one day).
5 - Use that access token in subsequent API requests.
Is there need daily basis to do the above procedure for accessing Kite Connect API's ?