Skip to content

Releases: matthewdovey/BittrexTracker

1.4.2

06 Apr 20:47
1f42adb

Choose a tag to compare

This release adds Account API support to the framework excluding not read only API methods.

  • Support for Account API

API Support:

  • getMarkets (public)
  • getCurrencies (public)
  • getTicker (public)
  • getMarketSummaries (public)
  • getMarketSummary (public)
  • getMarketHistory (public)
  • getOrderBook (public)
  • getBalances (account)
  • getBalance (account)
  • getDepositAddress (account)
  • getOrderHistories (account)
  • getOrderHistory (account)
  • getWithdrawalHistories (account)
  • getWithdrawalHistory (account)
  • getDepositHistories (account)
  • getDepositHistory (account)

1.4.0

23 Mar 01:48
fa51ce8

Choose a tag to compare

This version completes support for all Public APIs and improves the code base ready for Market and Account API support.

  • Support for all Public API
  • Code cleanup
  • General improvements

API Support:

  • getMarkets (public)
  • getCurrencies (public)
  • getTicker (public)
  • getMarketSummaries (public)
  • getMarketSummary (public)
  • getMarketHistory (public)
  • getOrderBook (public)

1.3.0

19 Feb 01:18
25719c8

Choose a tag to compare

This version adds a manager class to provide all API access and the passing of an outcome object with either the data or error encapsulated depending on success or failure of the request.

  • Improved result access
  • Improved test coverage
  • Completion of data models
  • Completion of URLs

API Support

  • getMarkets (public)
  • getCurrencies (public)
  • getTicker (public)
  • getMarketSummaries (public)
  • getMarketSummary (public)
  • getMarketHistory (public)

1.2.1

06 Feb 13:38
e454d61

Choose a tag to compare

Fix of access modifiers to allow for the Public Collector to be used from the framework.

1.2.0

05 Feb 13:46
d980feb

Choose a tag to compare

Release can be pulled with Carthage into project.

1.1.0

01 Feb 00:49
f3fcf69

Choose a tag to compare

feat: completion of market collector and addition of all models and urls

Merge pull request #19 from matthewdovey/feat_additional_api

1.0.0

28 Jan 19:04
6bdffe0

Choose a tag to compare

First release of BittrexTracker framework with working request API and request objects containing resulting data.