Hello,
I have recently migrated from the FTX API to adapt my algo to Binance, since FTX is no more online.
With FTX API, I could check that my current local version of the orderbook was not corrupted by performing a checksum at every update (look their docs here).
I am now streaming websocket updates from the btcusdt@depth@100ms channel. I am applying the updates as suggested in the docs here but I don’t understand how can I be sure that the local copy of the orderbook is actually right. is there any consistency check I can perform like I was used to do with FTX?
Thanks