kmadac / bitstamp-python-client

Python package to communicate with bitstamp.net
MIT License
143 stars 70 forks source link

How to track multiple orderbooks? #37

Closed EUA closed 5 years ago

EUA commented 6 years ago

Hi, Is there any easy way to track more than one channel? I mean track not only 'order_book' but 'order_book' + 'order_book_ethusd' ? Thanks.

kmadac commented 5 years ago

You need to make a script which makes one call per each currency pair. As each currency pair needs separate call, there is no one-call solution.