knowm / XChange

XChange is a Java library providing a streamlined API for interacting with 60+ Bitcoin and Altcoin exchanges providing a consistent interface for trading and accessing market data.
http://knowm.org/open-source/xchange/
MIT License
3.85k stars 1.94k forks source link

[Bittrex] market orders disabled #2856

Open pvyhnal-generalbytes opened 5 years ago

pvyhnal-generalbytes commented 5 years ago
@Path("market/sellmarket")
@Path("market/buymarket")

The methods above are not working anymore and are returning MARKET_ORDERS_DISABLED They are removed from the API docs:

https://bittrex.com/Home/Api

https://twitter.com/bittrexexchange/status/526590250487783425

cymp commented 5 years ago

@timmolter This is not a bug, I added an @Deprecated on the market order call, since the end point still exists but the feature is disabled (and it's been 4 years) for an unknown amount of time. Enters in the scope of @Deprecated in my opinion.