Releases: carlosmiei/node-binance-api
Stable Release
15 commits by dmitriz 🏆
Refactoring, improving consistency, reducing redundancies and making code cleaner
Stable Release
28 commits by dmzoneill 🏆
many improvements including documentation, unit testing, proxy support, and debugging
Stable Release
8 commits by dmzoneill 🏆
Fixing depth cache initialization, unit testing, and various other improvements
Stable Release
Added Travis CI (Thank you dmzoneill!!)
Fixed "ticks is not iterable" issue (Thanks mathlet0x!)
Stable Release
Improve userData keep-alive + Recover out of sync depth streams (keith1024)
Stable Release
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
depth: add lastUpdateId (hoota)
depth call should resurn lastUpdateId as well as bids/asks (hoota)
Add miniTicker example
Stable Release
Added WebSocket function: miniTicker
Stable Release
depositHistory: Support additional parameters
call book tickers by symbol (thanks MadDeveloper)
Fix combinedStream error (thanks boyhagemann)
Stable Release
Fix roundStep precision (Thanks naksi)