PermissionException response while using Personal type App for kite.GetLTP

katheesh
When I try the below API in C#

Dictionary ltps = kite.GetLTP(InstrumentId: new string[] { "NSE:INFY", "NSE:ASHOKLEY" });
Console.WriteLine(Utils.JsonSerialize(ltps));

I get the response as
{"status":"error","message":"Insufficient permission for that call.","data":null,"error_type":"PermissionException"}

Please let me know on how to solve this.
I have an app created for Personal use.
  • salim_chisty
    Please subscribe to the Kite Connect app and use the api_key to access the real-time and historical data. You can refer to the support article for more details. You may refer to the similar discussion here.
Sign In or Register to comment.