I just want to get a dump of instruments from NFO but irrespective of what exchange name parameter I provide (I tried with NFO and MCX to see if it works) but I am getting all the instruments of NSE exchange only? I know the exchange name parameter is passed in alright.
Never mind. They say, it bites where it hurts the most .
When I said, "I know the exchange name parameter is passed in alright.", I was dead wrong. I found during debugging that I forgot to change the default param value in the interface definition.
https://api.kite.trade/instruments/NFO
and it's working fine. Can you let us know your complete request param?The following is the snippet that calls for list of instruments:
where exchange names are:
which in turn would call this: The remaining code is standard code that comes with official .Net Client.
Regards.
Never mind. They say, it bites where it hurts the most .
When I said, "I know the exchange name parameter is passed in alright.", I was dead wrong. I found during debugging that I forgot to change the default param value in the interface definition.
Now, everything works just fine.
Thanks much.