-
Notifications
You must be signed in to change notification settings - Fork 648
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
can get_order_book get more than 50 bids/asks? #781
Comments
after dig the code, get_order_book use get_limit_orders. |
works. |
i am wondering if we should |
@oxarbitrage we should. But only do that after By the way, probably better to make it and other assertions configurable in config.ini or so, like what would be done for |
Currently get_order_book only return max 50 bids/asks.
Is there anyway to get full bids/asks if i change & compile the source code, then run my personal node?
If it can be done, can anyone shed the light? thanks!
The text was updated successfully, but these errors were encountered: