Release 1.0.5
- Added the ability to pass in the API key and secret with each API call. This will allow a single instance with multiple API keys in use
- Don't retry API calls with errors that are terminal
- Fixed issue where
sellLimit
was not formatting the request parameter correctly and failing - Added a hard timeout on CloudFlare authorization as this can hang when Bittrex server are under stress
- Fixed
getOrderHistory
using incorrect DTO getMarketHistory
andgetMarkets
should have been using v1.1 URL- Added the v1.1 version of
getMarketSummary
as the V2 API can give incorrect results - Thanks to @cymp for fixes to marketName not present on market summaries web socket calls
- Thanks to @cymp for improving decimal accuracy by changing market summaries to use BigDecimal
More of the API will be moving over to BigDecimal in the next release which will allow for greater accuracy than Java's built in double value.