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 Dec 16, 2022. It is now read-only.
Hi,
I'm trying to mirror the live order book using the websocket api.
Currently I get the initial data of all tickers by emitting a getMarket for each token, the problem is that the response I got is full of orders with incorrect prices (I suppose are old filled orders) like this one
which is not shown in the UI
or this one
which also is not in the UI
Why is this happening? How should I filter out all these orders?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to mirror the live order book using the websocket api.
Currently I get the initial data of all tickers by emitting a getMarket for each token, the problem is that the response I got is full of orders with incorrect prices (I suppose are old filled orders) like this one
which is not shown in the UI
or this one
which also is not in the UI
Why is this happening? How should I filter out all these orders?
The text was updated successfully, but these errors were encountered: