Skip to content

Stable Release

Choose a tag to compare

@jaggedsoft jaggedsoft released this 26 Mar 01:02
· 582 commits to master since this release
28f16d5

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({})