Unable to receive any data from the websocket connection that is supposed to stream stock prices

dev_trader
Hello Team,

I am able to successfully establish a web-socket connection.
After that, I am sending the following 2 messages over the web-socket:

{"a":"subscribe","v":[73856,3254529,745473,1181441,3255809]}
{"a": "mode", "v": ["full", [73856,3254529,745473,1181441,3255809]]}

After sending these 2 messages, I was expecting that I would be getting stock prices at regular intervals(every few seconds). But I am just not getting any data. Am I missing something here?
  • sujith
    Hi @dev_trader,
    Scrips you are trying are BHEL AUG 95 PE, RELIANCE-BL, RELIANCE-BE, RIIL-BL and these were not traded today.
    Scrips are usually traded in EQ series and not on BE, BL series.
    Whenever there is excessive speculation exchange moves scrips from EQ to BE or BL series in order to curb liquidity.

    BE, BL are T2T segments which means only delivery trades are allowed on these scrips.
  • dev_trader
    @sujith, thanks for the inputs.
This discussion has been closed.