Skip to content

Releases: ccxt/node-binance-api

Stable Release

03 May 18:47

Choose a tag to compare

15 commits by dmitriz 🏆
Refactoring, improving consistency, reducing redundancies and making code cleaner

Stable Release

20 Apr 00:13
3c99290

Choose a tag to compare

28 commits by dmzoneill 🏆
many improvements including documentation, unit testing, proxy support, and debugging

Stable Release

13 Apr 18:09
58e8d6b

Choose a tag to compare

8 commits by dmzoneill 🏆
Fixing depth cache initialization, unit testing, and various other improvements

Stable Release

08 Apr 21:36
726365f

Choose a tag to compare

Added Travis CI (Thank you dmzoneill!!)
Fixed "ticks is not iterable" issue (Thanks mathlet0x!)

Stable Release

30 Mar 15:46
c2d334c

Choose a tag to compare

Improve userData keep-alive + Recover out of sync depth streams (keith1024)

Stable Release

20 Mar 00:59
784925a

Choose a tag to compare

Read API keys from config file
Example: binance.options("config.json");
config.json would look like this:

{
	"APIKEY": "z5RQZ9n8JcS3HLDQmPpfLQIGGQN6TTs5pCP5CTnn4nYk2ImFcew49v4ZrmP3MGl5",
	"APISECRET": "ZqePF1DcLb6Oa0CfcLWH0Tva59y8qBBIqu789JEY27jq0RkOKXpNl9992By1PN9Z",
	"verbose": true
}

Stable Release

17 Mar 23:47
0836b89

Choose a tag to compare

depth: add lastUpdateId (hoota)
depth call should resurn lastUpdateId as well as bids/asks (hoota)
Add miniTicker example

Stable Release

08 Mar 09:34
a70bb57

Choose a tag to compare

Added WebSocket function: miniTicker

Stable Release

02 Mar 05:58
df83aa3

Choose a tag to compare

depositHistory: Support additional parameters
call book tickers by symbol (thanks MadDeveloper)
Fix combinedStream error (thanks boyhagemann)

Stable Release

15 Feb 06:51
e45cf52

Choose a tag to compare

Fix roundStep precision (Thanks naksi)