scientistnik / btsdex

Package for work with BitShares DEX
MIT License
21 stars 28 forks source link

Get Order Book #20

Closed papa-luffy closed 5 years ago

papa-luffy commented 5 years ago

Hi, is there any way to add the seller / buyers ID or name on this code result? BitShares.db.get_order_book(base_id,quote_id,50).then(function(res){ // DISPLAY RESULT console.log(res); });

capture

This is more accurate than the get_limit_orders

scientistnik commented 5 years ago

get_order_book and get_limit_orders is database API from node. You may try to offer that there

The library won't add IDs.