I am Not able to fetch the LTP. Same code was working till yesterday. Now getting the following error: {"status":"error","message":"Invalid `api_key` or `access_token`.","data":null,"error_type":"InputException"}
Hey i have been using this to fetch positions for last 2 years, which uses access_token and api. What just changed ? its giving invalid api key or access token. What change i need to make in python request. Please note that i couldn't understand from the update you have just mentioned. request url - https://api.kite.trade/portfolio/positions?api_key=**********&access_token=*************** response - {'status': 'error', 'message': 'Invalid `api_key` or `access_token`.', 'data': None, 'error_type': 'InputException'}
Please note that i couldn't understand from the update you have just mentioned.
request url - https://api.kite.trade/portfolio/positions?api_key=**********&access_token=***************
response - {'status': 'error', 'message': 'Invalid `api_key` or `access_token`.', 'data': None, 'error_type': 'InputException'}
You can refer to the thread @Vivek has mentioned.