Hello,
I am trying to fetch symbol update via websocket as mentioned in the api doc here. The connection is successful and I am receiving the updates but the data for upper_ckt
and lower_ckt
fields are always zero.
How can I get this information through websockets? I don't want to do it via market depth api
Thanks!