Websocket to fetch Market Data doesnt reply me with the response

I tried wss://api.upstox.com/v2/feed/market-data-feed
was able to make connection.

When I sent
{
“guid”: “7c958052-4c91-49e6-828c-71c25cd0b5f4”,
“method”: “sub”,
“data”: {
“mode”: “full”,
“instrumentKeys”: [“NSE_EQ|INE614G01033”]
}
}

As message, I didnt receive any response of market data?

Hi @Sumit_Pugalia
Please try using websocket streamer functionalities provided in various languages. Be rest assured that they are well tested and you would be able to connect to web socket and receive data using them

@Ketan I am using Postman.
I wont be using any of above language so that SDK doesnt help.
Need to get the data through API

For live market data, using WebSocket is ideal, and the SDK makes it easy to work with by wrapping the WebSocket functionality. If you want to test via Postman, you can refer to the Market Quote API:

Ok kool sounds good.
So to use websocket we need to use SDK

1 Like