- Typo.
- Fix Bitfinex to default to limit order.
- Default to be limit orders.
- Allow user to customize order type.
- Avoid 'not enough balance' issue.
- Exchanges added:
- Bitstamp
- Exchanges added:
- Binance
- Hot fix for Bitfinex balances.
- Need wallet type for Bitfinex balance and adderss fetching.
- Fix GDAX package to install.
- Add TypeScript typings.
- Context bug fixed. #11
- Fix
balances()to return in format expected.
- Add alt name filter for DASH (
DSH -> DASH) on Bitfinex.
- Add alt name filter for Bitcoin Cash (
BCC -> BCH) on Bittrex and Liqui.
- Add
addressmethod to fetch or create deposit addresses for an assets.
- Cache
assetsandpairsafter initial fetch per exchange.
- Can pass
tickeranddepthmethods an array for quick batch fetching. - Add
pairsandassetsmethods to top level of module. - BTCe is disabled due to site being taken down. More info
- Add static methods for public functions. No need to create a new instance if only working with public functions.
- Exchanges do not come already instanciated and must now be done manually.
- Will not look for API keys in
api_keys.jsonanymore. Instead, the keys are expected to be passed in on initialization of each exchange.
- Exchanges added:
- Bitfinex
depthmethod now returns{ asks, bids }instead of{ sell, buy }
- Exchanges added:
- Liqui
- BTC-e
- Exchanges added:
- Gemini
- Poloniex buy/sell functions fixed.
- Exchanges added:
- Bittrex
- GDAX
- Kraken
- Poloniex
- Yunbi