@sujith I am trying to fetch live price for call and put options of NIFTY (150 in total) using WebSocket. This works fine in quote and ltp mode (ws.set_mode(ws.MODE_LTP, ticker_subscribe)). However, when I shift to full mode (ws.set_mode(ws.MODE_FUL…