Why do we need password to access API?
-
Since we generate API access_key and secret_key when we register for API. Then while using the API why do we need to procide password of our account to get the token?
What is the use of secret_key given when api account is registered? -
Hi @saurabh1207 it is constructed in such a way that you have to pass the client id password to generate the token.You dont need api secret key to generate session. Kindly refer below link:
https://smartapi.angelbroking.com/topic/1194/basic-smartapi-integration-using-python
1 out of 2