Hello
I am a beginner and using python.while Shifting to kiteconnect 3 I am getting error as follows .Pls help me.
code:
r = requests.get('https://api.kite.trade/instruments/NSE/VEDL?api_key=XXX&access_token=XXXX'
rjson=r.json()
print(rjson)
error:
{'status': 'error', 'message': 'That API call is not allowed for the authenticated user', 'error_type': 'PermissionException'}
@rakeshr
For kite.quote(['NSE:NIFTY 50']), you said API response will not always be in same structure.But still yesterday it was same format.But today, is there any change?