Releases: jaggedsoft/node-binance-api
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
Stable Release
Allow withdrawals without an address name by Swyftx
Stable Release
Posting OCO trades and watching OCO trades over websocket by gunar
LIMIT_MAKER does not require timeInForce by gunar