- Fix an issue with GET requests sent after POST requests
- Add getOrder method
- Make asset parameter optional for getBalance
- Only catch JSON.parse errors (#6)
- Add pair option to getTicker, getOrderBook and getTrades
- Add getAllTickers method
- Add createFundingAddress method
- Add getTransactions method
- Accept address option for getFundingAddress
- Accept state option for getOrderList
- 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 (use BitX.getBalance instead).
- Updated to the latest BitX API.
- Added BitX.getBalance method.
- Set response encoding to utf8
- Resolve require path properly