kiteconnectjs
kiteconnectjs copied to clipboard
Some APIs are not working margins, profiles etc
Some APIs are not working margins, profiles etc.
Code: Same for instruments & all other APIs

Instrument API - working

Profile: (not working)

it was working yesterday. I didn't changed anything in code.
I am using Javascript SDK.
why it was closed without any comment?
@Aravin we either send error response in case of error or the actual response in defined structure (as per docs). So its not possible for this to happen in lib, if you want to verify that you can run the examples we have provided here with your access token and api_key - https://github.com/zerodha/kiteconnectjs/blob/master/examples/connect.js PS: Updated ts example can be referred here.