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
There is a RPC call to obtain raw orders on the specific market. The difference from Market.orderbook is that orderbook() methods does order consolidation and hides all the details. Instead, get_limit_orders() show whole details.
There is a RPC call to obtain raw orders on the specific market. The difference from
Market.orderbook
is that orderbook() methods does order consolidation and hides all the details. Instead,get_limit_orders()
show whole details.self.bitshares.rpc.get_limit_orders(asset_id_a, asset_id_b, depth)
Would be nice to have a high-level wrapper method for this maybe in Market class
The text was updated successfully, but these errors were encountered: