It seems to be working on our end. Can you give an example snippet to reproduce this?
Also, if you are trying to serialize the data then it probably won't work because the size of the instruments object might be bigger than the framework's max limit. Try:
Also, if you are trying to serialize the data then it probably won't work because the size of the instruments object might be bigger than the framework's max limit. Try:
Console.WriteLine(Utils.JsonSerialize(kite.GetInstruments("NFO")[0]));