Order Websocket not working

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

@naresh_janagam

I am able to get the order update response now. Not sure what was wrong. May be it was some glitch.

This particular issue and many others related to sockets have been highlighted many times to Fyers. Not sure if there’s anyone actively looking into them.

Just a query - can you please tell from where did you get this “wss://socket.fyers.in/trade/v3” WSS endpoint for “v3”? I’m currently using “v2” endpoint and couldn’t find its “v3” equivalent anywhere in the documentation. Thanks in advance.