Kotak-Neo / kotak-neo-api

96 stars 80 forks source link

How to subscribe index as well as option strike to websocket #133

Closed hardikpatel043 closed 5 months ago

hardikpatel043 commented 5 months ago

With below function we can subscribe to multiple symbols. But it doesnt work when i subscribe to index symbol as well as some option strike symbols.

client.subscribe(instrument_tokens = instrument_tokens, isIndex=isIndex, isDepth=False)