Hi Team,
I am trying to connect to the websocket endpoint wss://socket.fyers.in/trade/v3 via postman. I am able to connect to it successfully and also able to send a message ({"T": "SUB_ORD", "SLIST": ["orders", "pricealerts", "login"] , "SUB_T": 1}) .
I am also getting a success message in response ( {"code":1605,"message":"Successfully subscribed","s":"ok"} ) .
But nothing after that. I logged in again , placed an order but no response from socket. Also not getting live price updates of symbols (pricealerts)
What's the issue