Changelog
[1.2.1] - 2017-03-20
options
parameter { account: 'all' }
to sum up the balances of all accounts (exchange, margin and lending)Changelog
[1.0.0] - 2016-10-17
pair
is represented with _
between curency symbols (eg USD_BTC
instead of USDBTC
)margin
added to getOpenOrder
resultpoloniex.postSellOrder()
poloniex.postBuyOrder()
poloiex.getMarginPositions()
Changelog
[0.2.2] - 2015-11-01
bitx.getTransactions()
bitfinex.getLendBook()
coinbase.getRate()
coinbase.getTicker()
coinbase.getOrderBook()
coinbase.getTrades()
coinbase.getBalance()
Changelog
[0.2.1] - 2015-03-10
bitfinex.getTicker()
returns the result with invalid JSON schemabtce.getFee()
requires pair
as parameterbitstamp.getTransactions()
bitfinex.getTransactions()
Changelog
[0.2.0] - 2015-02-15
bitstamp.getFee()
does not return error when invalid API keysaccount_id
to getBalance()
responsebitstamp.getBalance()
methodbitstamp.getFee()
methodbitx.getBalance()
methodbitx.getFee()
methodbitfinex.getTicker()
methodbitfinex.getOrderBook()
methodbitfinex.getBalance()
methodgetOrderbook()
. asks
and bids
are now arrays of JSONgetFee()
. Parameter fee
is replaced with maker_fee
and taker_fee