cexchange
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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

Package Sidebar

Install

npm i cexchange

Weekly Downloads

2

Version

1.2.0

License

MIT

Unpacked Size

374 kB

Total Files

65

Last publish

Collaborators

  • aleemuddin