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 was archived by the owner on Apr 21, 2025. It is now read-only.
I am trying to recreate the coinbase pro orderbook however it doesn't seem to be reflecting what I see though the coinbase pro UI and the longer the code runs the wider the spread gets, indicating something isn't right.
I also noticed the snapshotUpdate.changes length is always 1 whereas the coinbase pro GUI has variable length, not sure if that has anything to do with it.
Often changes come through with the amount '0.00000000' indicating they need to be deleted from the order book but they don't exist. It feels like there is missing data somewhere.
I am trying to recreate the coinbase pro orderbook however it doesn't seem to be reflecting what I see though the coinbase pro UI and the longer the code runs the wider the spread gets, indicating something isn't right.
I also noticed the snapshotUpdate.changes length is always 1 whereas the coinbase pro GUI has variable length, not sure if that has anything to do with it.
Often changes come through with the amount '0.00000000' indicating they need to be deleted from the order book but they don't exist. It feels like there is missing data somewhere.