Author Topic: best way to get and refresh orderbook with api?  (Read 1527 times)

0 Members and 1 Guest are viewing this topic.

Offline ronenteva

  • Newbie
  • *
  • Posts: 4
    • View Profile
I would like to know that too.
I saw there's a nodejs package but it's not documented at all
https://github.com/bitshares/bitsharesjs

Offline silent

  • Newbie
  • *
  • Posts: 4
    • View Profile
I'm using get_order_book() to get orderbook,
is there a way to let websocket api notice me when one item in orderbook changed ?

I see there is a subscribe_to_market(), though I'm still don't know what id does, but it is not like notice for orderbook.

what is the best way to do this ?