WebSocket V3 for market Data feed in case of disconnection how to recover lost data

I am having one query if there is disconnection while processing candles in websocket, how do we recover the missing tick by tick data.

There will be 2000 symbols, what strategy do you recommend to recover, through intraday candles there will be 2000 api calls, then for half an hour i could not place any orders. what is the recommended approach for recovery when disconnection happens.

Hey, you cannot recover tick by tick data from websocket. Websocket only provides real time market data. Hence it is not possible to recover that data. You can use Rest API to fetch lost data but you will not get tick by tick data, only timeframes avaliable are above 1 minute.

2 Likes

Yes wanted to check with the recommended approach of recovering in case of disconnection or failure.