Releases: ccxt/node-binance-api
Stable Release
Method to grab account lending data by JasonMcz.
Add option to override api urls by abou7mied (testnet)
Stable Release
Add maxBorrowable, maxTransferable, mgAllOrders by kirosc
Stable Release
Margin account details by jmacioszek
New constructor:
const Binance = require('node-binance-api');
const binance = new Binance({
APIKEY: '<key>',
APISECRET: '<secret>'
});previous constructor still works fine with .options({})
Stable Release
Add futuresLeverage, futuresMarginType, futuresPositionMargin, futuresPositionMarginHistory
- Error handling for promiseRequest
Stable Release
Additions to Futures API
futuresMarketBuy futuresMarketSell futuresOrder futuresBuy futuresSell
Stable Release
Additions to Futures API
futuresOpenOrders futuresOrderStatus futuresCancelAll futuresCancel futuresIncome futuresLiquidationOrders futuresAllOrders futuresUserTrades futuresPositionRisk futuresGetDataStream futuresKeepDataStream futuresCloseDataStream futuresOrder
Stable Release
Futures API support: First release includes most everything, buying/selling/cancelling and Websockets still to come
Now supporting Promises, Margin, Futures and OCO
Stable Release
No breaking changes
Conditionally promisified API calls by Eluvade #355
Stable Release
More margin methods by dbvcode
Stable Release
Margin implementation by dbvcode