Trsathya Cryptex Versions Save

Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.

0.0.6

5 years ago

Merge updates from forks

0.0.5

6 years ago

#12 - Fix Carthage

0.0.4

6 years ago

BREAKING CHANGES since 0.0.3:

  • Simplified exchange service instantiation by replacing currency store object with currencies overrides array in the initializer.
  • Removed public static shared store member and made store initializer internal to library.
  • Added public access specifier to the store instance contained in services.

Other changes

  • Added most known altcoins in Currency.swift, any new currencies can be passed through currencyOverrides during service initialization.
  • Added usage section in README.md.

0.0.3

6 years ago
  • Add Swift Package Manager support
  • Add Bitfinex exchange support

0.0.2

6 years ago

Add support for ... ...CoinMarketCap ...CoinExchange ...BitGrail Add a generic TickersTableViewDataSource protocol to use multiple instances of a single custom UITableViewController class (i.e., TickersVC) to display tickers of various exchanges.

0.0.1

6 years ago