mmahalwy / cryptoexchanges

An all in one library for the various cryptocurrency exchanges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cryptoexchanges

An all in one library for the various cryptocurrency exchanges. This library takes inspiration from ccxt.

Getting started

npm install --save cryptoexchanges

Usage

Simply import the exchange you wish to use

// es6
import Binance from 'cryptoexchanges';
// es5
const Biannce = require('cryptoexchanges');

const binance = new Binance();

Current support

Name Supported
Biannce Yes
Gdax Yes
Kucoin Yes

About

An all in one library for the various cryptocurrency exchanges


Languages

Language:JavaScript 100.0%