jaggedsoft / node-binance-api

Node Binance API is an asynchronous node.js library for the Binance API designed to be easy to use.
MIT License
1.57k stars 767 forks source link

Alternative to this library #826

Open Vasile-Peste opened 2 years ago

Vasile-Peste commented 2 years ago

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

mr-smit commented 1 year ago

also you can just use raw api with npm library "got" and create your own functions, easy, not a big deal.