Not receiving live ticks

i am receiving only heat beat msg from upstox live ticks are not coming i am using flask and python with async webscoket

Hi @Salman_51329362
Can you check if you are sending valid instrument keys while subscribing to the websocket?
Since you are able to connect, the issue might be with the keys.

You can find the list of instruments here:
Instrument JSON Files

For easier websocket implementation, please refer to the streamer functionalities available in different SDKs:

Thanks!