Hi Team,
You already have these endpoints build for Predefined Watchlists. Please make these available for kite API users as well. Since getting it from instruments.json is very hard.
Team, API’s are already build, please provide access. My application will just get most required feature. @Arockiya_Raja
From the API side, a watchlist is essentially a user-defined collection of instruments. API users can already maintain this easily in their own application using arrays, dictionaries, or database tables.
Even if watchlist APIs are exposed, clients would still need to rely on the instruments master (instruments.json) to identify and manage instrument tokens before adding them to a watchlist. So the core dependency on the instrument dump does not really go away.
This is not really about instrument.json. its about trading only in stocks from specific index and avoiding particular index, which we dont have to maintain since zerodha already has robust endpoints for this.
Kindly allow this. I really need this.
As of now I am building fno list from instruments fno segment by multiple string methods. I feel if there is endpoint given (which is already build) i can manage my app perfectly fine.
Also only one part of my app is jugad as of now and thats this watchlist one.
Request you guys to allow those endpoints via kite API/ without CSRF token.
I know i we get that token during login. But then its again a jugad which i dont want.