Hi,
We are facing some challenges in implementing the web socket “Market Data Symbol Update” to fetch the last traded price of the symbols.
https://myapi.fyers.in/docsv3#tag/Web-Socket/paths/~1WebSocket/get
Upon subscribing to the WebSocket, 200 symbols data feed is provided per app. We would need the last traded price of much more than 200 symbols. How can we achieve this? Please let me know.
FYI, our app is developed in Java and using REST APIs.