Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T09:01:45.000Z (almost 7 years ago)
- Last Synced: 2024-04-14T12:56:44.380Z (7 months 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|