Hi @Kousik, There is nothing called public access token. There are public token and access tokens which are session related tokens provided by Kite Connect.
All the Kite Connect requests are authenticated access token. Once you get access token you need to store and re-use it and not fetch everytime you run the script. For more information about lifetime of access token, check out this thread.
There is nothing called public access token.
There are public token and access tokens which are session related tokens provided by Kite Connect.
All the Kite Connect requests are authenticated access token. Once you get access token you need to store and re-use it and not fetch everytime you run the script.
For more information about lifetime of access token, check out this thread.
It changes every day. It is not constant. You need an access token to fetch historical data.