Skip to content

Releases: jaggedsoft/node-binance-api

Stable Release

26 Mar 01:02
28f16d5
Compare
Choose a tag to compare

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

09 Mar 19:25
d7536d4
Compare
Choose a tag to compare

Add futuresLeverage, futuresMarginType, futuresPositionMargin, futuresPositionMarginHistory

  • Error handling for promiseRequest

Stable Release

17 Feb 20:10
7e4e90c
Compare
Choose a tag to compare

Additions to Futures API
futuresMarketBuy futuresMarketSell futuresOrder futuresBuy futuresSell

Stable Release

08 Feb 22:04
0448e17
Compare
Choose a tag to compare

Additions to Futures API
futuresOpenOrders futuresOrderStatus futuresCancelAll futuresCancel futuresIncome futuresLiquidationOrders futuresAllOrders futuresUserTrades futuresPositionRisk futuresGetDataStream futuresKeepDataStream futuresCloseDataStream futuresOrder

Stable Release

08 Feb 00:54
f9c95e8
Compare
Choose a tag to compare

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

19 Jan 20:36
e672560
Compare
Choose a tag to compare

No breaking changes

Conditionally promisified API calls by Eluvade #355

Stable Release

20 Nov 14:04
1f815ef
Compare
Choose a tag to compare

More margin methods by dbvcode

Stable Release

26 Oct 09:51
eaf479d
Compare
Choose a tag to compare

Margin implementation by dbvcode

Stable Release

03 Oct 13:49
5b806cc
Compare
Choose a tag to compare

Allow withdrawals without an address name by Swyftx

Stable Release

19 Sep 21:42
bb53e7d
Compare
Choose a tag to compare

Posting OCO trades and watching OCO trades over websocket by gunar
LIMIT_MAKER does not require timeInForce by gunar