1.0.2 • Published 7 years ago
binance-api-lightweight v1.0.2
binance-api-lightweight
A light version of the binance-api focused on simplicity
Setup
npm i binance-api-lightweightGetting started
Retreive your Binance
API keyandsecretfollowing this guideImport the module and instantiate a new
BinanceAPIclass as follows:
var client = new BinanceAPI("APIKEY", "SECRET");Note: The API key is required for authentication, however, some functions still work without it as follows:
var client = new BinanceAPI();Supported functions
- history
- trades
- kline
- ticker
- orderBooks
- account
- products
- exchangeInfo
- openOrders
- myTrades
- buyLimit
- sellLimit
- buyMarket
- queryOrder
- cancel
Found a bug?
Please submit the issue here
Pull requests are welcome :)