An all in one library for the various cryptocurrency exchanges. This library takes inspiration from ccxt.
npm install --save cryptoexchanges
Simply import the exchange you wish to use
// es6
import Binance from 'cryptoexchanges';
// es5
const Biannce = require('cryptoexchanges');
const binance = new Binance();
Name | Supported |
---|---|
Biannce | Yes |
Gdax | Yes |
Kucoin | Yes |