- 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
address
method to fetch or create deposit addresses for an assets.
- Cache
assets
andpairs
after initial fetch per exchange.
- Can pass
ticker
anddepth
methods an array for quick batch fetching. - Add
pairs
andassets
methods 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.json
anymore. Instead, the keys are expected to be passed in on initialization of each exchange.
- Exchanges added:
- Bitfinex
depth
method 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