https://github.com/mmahalwy/cryptoexchanges
An all in one library for the various cryptocurrency exchanges
https://github.com/mmahalwy/cryptoexchanges
binance bitcoin bittrex cryptocoins cryptocurrency cryptocurrency-exchanges gdax kucoin poloniex
Last synced: 8 months ago
JSON representation
An all in one library for the various cryptocurrency exchanges
- Host: GitHub
- URL: https://github.com/mmahalwy/cryptoexchanges
- Owner: mmahalwy
- Created: 2018-01-27T23:43:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T09:01:45.000Z (about 8 years ago)
- Last Synced: 2025-01-06T14:42:19.733Z (over 1 year ago)
- Topics: binance, bitcoin, bittrex, cryptocoins, cryptocurrency, cryptocurrency-exchanges, gdax, kucoin, poloniex
- Language: JavaScript
- Homepage:
- Size: 590 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cryptoexchanges
An all in one library for the various cryptocurrency exchanges. This library takes inspiration from [ccxt](https://github.com/ccxt/ccxt).
### Getting started
```
npm install --save cryptoexchanges
```
### Usage
Simply import the exchange you wish to use
```js
// es6
import Binance from 'cryptoexchanges';
// es5
const Biannce = require('cryptoexchanges');
const binance = new Binance();
```
### Current support
|Name|Supported|
|---|---|
|Biannce|Yes|
|Gdax|Yes|
|Kucoin|Yes|