I am currently using Zerodha's WebSocket API in "full" mode to access market data. In response to my request, I received detailed Level 2 (L2) data, which includes information on the top 5 buy and sell orders in the market depth.
However, I am interested in receiving a simplified Level 1 (L1) data response, specifically only one record in the depth section. Can someone guide me on how to modify my API request to achieve this?