-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
orderbook filtering #1609
Comments
i like this idea. |
From here: komodo-defi-framework/mm2src/mm2_main/src/lp_ordermatch.rs Lines 624 to 628 in 8de861d
I don't see a proper pagination mechanism, which we definitely need to implement. It's worth considering this while working on the issue. |
As the size of orderbooks grow, the time taken to get a response and go through the book increases. Currently the legacy orderbook param only accepts base / rel as inputs. The v2 bestorders method has some additional params to
request_by
volume or number.It would be a great boost to UX if the orderbook request would allow some filtering. E.g.
cc: @cipig
The text was updated successfully, but these errors were encountered: