All notable changes to this module are documented in this file. cryptox module adheres to Semantic Versioning.
- poloiex.getMarginPositions() method supports
options
parameter{ account: 'all' }
to sum up the balances of all accounts (exchange, margin and lending)
- poloniex flipped base and counter currency
- implement native API calls
- name Coinbase changed to Gdax
- all numeric response parameters are now returned as string
- parameter
pair
is represented with_
between curency symbols (egUSD_BTC
instead ofUSDBTC
)
- parameter
margin
added togetOpenOrder
result - implement
poloniex.postSellOrder()
- implement
poloniex.postBuyOrder()
- implement
poloiex.getMarginPositions()
- Implement
bitx.getTransactions()
- Implement
bitfinex.getLendBook()
- Implement
coinbase.getRate()
- Implement
coinbase.getTicker()
- Implement
coinbase.getOrderBook()
- Implement
coinbase.getTrades()
- Implement
coinbase.getBalance()
- Fix:
bitfinex.getTicker()
returns the result with invalid JSON schema - Fix:
btce.getFee()
requirespair
as parameter - Fix: bitfinex methods return BTC instead of XBT
- Implement
bitstamp.getTransactions()
- Implement
bitfinex.getTransactions()
- Fix:
bitstamp.getFee()
does not return error when invalid API keys
- Add parameter
account_id
togetBalance()
response - Implement
bitstamp.getBalance()
method - Implement
bitstamp.getFee()
method - Implement
bitx.getBalance()
method - Implement
bitx.getFee()
method - Implement
bitfinex.getTicker()
method - Implement
bitfinex.getOrderBook()
method - Implement
bitfinex.getBalance()
method - Add the CHANGELOG file
- Change: API response for
getOrderbook()
.asks
andbids
are now arrays of JSON - Change: API response for
getFee()
. Parameterfee
is replaced withmaker_fee
andtaker_fee
- Change: Bitcoin symbol from "BTC" to "XBT"
- Update documentation