You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
I've noticed that an order book snapshot gets out of sync over time (even including #197). We're definitely not using quite the same approach described in Binance's docs for accurately syncing via the streaming API. The solution is probably to follow that more slavishly and/or to do periodic refreshes from the pull API.
I'll be looking into this properly when I get a chance. Just recording it here for reference.
The text was updated successfully, but these errors were encountered:
It usually seems to manifest as filled orders not disappearing at the top of the book, so let's say you have bid at 6001 and ask at 6002 on the ticker, the bid and ask sides of the order book might have orders at 6012, 6013 left over from before the price dropped.
Pretty sure the reason will become obvious when I start digging into it...
I've noticed that an order book snapshot gets out of sync over time (even including #197). We're definitely not using quite the same approach described in Binance's docs for accurately syncing via the streaming API. The solution is probably to follow that more slavishly and/or to do periodic refreshes from the pull API.
I'll be looking into this properly when I get a chance. Just recording it here for reference.
The text was updated successfully, but these errors were encountered: