I found the solution. Below is the code snippet that will give access_key.
access_token_link= "https://api.kite.trade/session/token?api_key="+api_key+"&request_token="+request_token+"&checksum="+checksum
result=requests.post(access_tok…
Thanks Sujith for the response.
I am using checksum as the hashed value of api_key, request_token,api_secret in the url. I did not get any issues for these values except access_key.
I am a learner on this technology, would you mind mentioning the …