1.2.0 • Published 5 years ago

cexchange v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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 nameParamsDescription
getMarket{}-
getBuyOrders{}-
getSellOrders{}-
getOrders{}-
getExchangeName{}-

Private Methods

Method nameParamsDescription
getBalance{}-
getMyOrders{}-
cancelMyAllOrders{}-
cancelMyOrder{}-
putOrder{}-

Supported Exchanges

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