Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

cexchange

aleemuddin138MIT1.2.0TypeScript support: included

Implementation of private and public api's of crypto exchanges

crypto, exchange, api, bitsaa, tradesatoshi, poloneix, ccex, cryptoexchange, cryptoapi, api

readme

cexchange

Implementation of private and public api's of crypto exchanges

Build Status Coverage Status Known Vulnerabilities Dependencies Exchanges

Installation

npm i cexchange --save

Usage

const cexchange = require('cexchange')

const bitsaa = new cexchange.Bitsaa({
  apiKey: 'YOUR_API_KEY',  //optional when using public methods.
  secretKey: 'YOUR_SECRET_KEY' //optional when using public methods.
})
bistaa.getBalance().then((data) => {
  console.log(data)
})

Methods

Public Methods

Method name Params Description
|getMarket {} -
|getBuyOrders {} -
|getSellOrders {} -
|getOrders {} -
|getExchangeName {} -

Private Methods

Method name Params Description
|getBalance {} -
|getMyOrders {} -
|cancelMyAllOrders {} -
|cancelMyOrder {} -
|putOrder {} -

Supported Exchanges

Exchange ------------| Bitsaa Tradesatoshi