node-binance-api
node-binance-api copied to clipboard
Alternative to this library
Hello everyone, since this project seems discontinued I would like to share with you an alternative: Mida
https://github.com/Reiryoku-Technologies/Mida You can use the Binance API from Mida which is based on a unified API for using multiple exchanges or brokers
Another alternative is https://github.com/Ashlar/binance-api-node which is the library used by Mida under the hood
also you can just use raw api with npm library "got" and create your own functions, easy, not a big deal.