peerchemist / cryptotik

deprecated
BSD 3-Clause "New" or "Revised" License
79 stars 24 forks source link

Implement get_buy_orders and get_sell_orders methods #42

Closed peerchemist closed 6 years ago

peerchemist commented 6 years ago

Both can just be a front for existing get_orders method.

peerchemist commented 6 years ago

Bittrex allows querrying of only sells or only buys:

type | required | buy, sell or both to identify the type of orderbook to return.

https://bittrex.com/api/v1.1/public/getorderbook?market=BTC-LTC&type=both