Skip to content

Release 1.0.5

Compare
Choose a tag to compare
@CCob CCob released this 04 Feb 17:08
· 93 commits to master since this release
  • 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 and getMarkets 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.