toorop / go-bittrex

Go binding for the Bittrex crypto-currency exchange API.
MIT License
230 stars 101 forks source link

Add GetOrderBookBuySell #11

Closed jyap808 closed 8 years ago

jyap808 commented 8 years ago

Used to get retrieve the buy or sell side of an orderbook for a given market.

GetOrderBook fails if "buy" or "sell" is specified as the category. That function only works for "both".

jyap808 commented 8 years ago

Cheers @toorop!