@rakeshr So I'm trying to access quotes data on our react website with user's zerodha access_token (using javascript client). In this context I should be able to fetch the data for display right? I'm running into CORS issue. Previous discussion on same topic for PHP https://kite.trade/forum/discussion/8433/getquotes-without-access-token#latest
@sujith Got it, also received a similar clarification from kite support on email. My confusion now is, if I build a whole app just for personal use (still third party for zerodha and exchange), how do I use zerodha's quotes API for just my use within this app. From what I understand, zerodha API service is open for personal use for a zerodha user but I'm having trouble imagining how to actually use it.