- add method
listTransfers()
- fix url path for
getMove()
,move()
,listMoves()
andupdateAccountName()
- update documentation
- add sub-account methods:
createAccount()
,updateAccountName()
,listAccountPendingTransactions()
,listAccountTransactions()
,listAccountBalances()
,getMove()
,move()
,listMoves()
- fix method
getBalance()
to take optional parameterasset
as string or array - remove method
getTransaction()
, which was deprecated - update tests
- Add debug option to output API call requests and responses
- Repository detached from original (and the fork is now stand alone)
- all Bitx usages renamed to Luno
- Add
apiCallRate
value to the error message, when anErrTooManyRequests
occurs - remove method
getLimits()
- Add
apiCallRate
property - Update tests
- Fix https request error handling when no
callback
parameter (promises)
- Add methods
getOrderListV2()
,getOrderV2()
,getOrderV3()
- Add promise support for all methods. When
callback
parameter is not provided, the methods return a promise
- Parse Luno API errors
- Update domain to
api.luno.com
- Add getTradeList method
- Add options to
postBuyOrder()
,postMarketBuyOrder()
,postSellOrder()
andpostMarketSellOrder()
- Add
getFeeInfo()
method
- Fix an issue with GET requests sent after POST requests
- Add
getOrder()
method
- Make
asset
parameter optional forgetBalance()
- Only catch JSON.parse errors (#6)
- Add
pair
option togetTicker()
,getOrderBook()
andgetTrades()
- Add
getAllTickers()
method
- Add
createFundingAddress()
method - Add
getTransactions()
method - Accept
address
option forgetFundingAddress()
- Accept
state
option forgetOrderList()
- Add
getWithdrawals()
method - Add
getWithdrawal()
method - Add
requestWithdrawal()
method - Add
cancelWithdrawal()
method
- Fix path bug (#1)
- Add
getFundingAddress()
method
- Support multiple currency pairs
BitX.getLimits()
is now deprecated (useBitX.getBalance()
instead).- Updated to the latest BitX API.
- Added
BitX.getBalance()
method.
- Set response encoding to utf8
- Resolve require path properly