Closed jedmccaleb closed 7 years ago
Right now it only returns 10 orders on each side. I think it should be configurable by the horizon operator or maybe make it where you can page through the orders on each side.
Quick fix here is to just make the limit configurable until we can design a more robust solution with paging.
https://github.com/stellar/horizon/blob/master/src/github.com/stellar/horizon/db2/core/order_book_summary.go#L68
Right now it only returns 10 orders on each side. I think it should be configurable by the horizon operator or maybe make it where you can page through the orders on each side.