Websocket V3 Python client issue

I have tested both the official Upstox Python WebSocket example and my own code. I only receive the initial snapshot for instruments like NSE_FO|NIFTY25MAYFUT, and no live streaming ticks, even during market hours.
Can you please confirm whether my account is enabled for real-time streaming market data via the API for both equity and F&O?
If not, what steps do I need to take to enable this?

Sample output:
Connection established
{“feeds”: {“NSE_FO|NIFTY25MAYFUT”: {“ff”: {“marketFF”: {“ltpc”: {}, “marketLevel”: {}, “optionGreeks”: {}, “marketOHLC”: {}, “eFeedDetails”: {}}}}}, “currentTs”: “1747298280829”}

Other than the first tick, I am not receiving streaming data

Hi @Parvathane_48557793

NSE_FO|NIFTY25MAYFUT is not a valid instrument, and you will not be able to retrieve feed data using it. Please refer to the instrument JSON file at Instruments | Upstox Developer API for the correct instruments. Thank you.

If you still encounter issues while obtaining market feed data, please feel free to comment in this thread. We will be happy to assist you.