cexchange
v1.2.0
Published
Implementation of private and public api's of crypto exchanges
Downloads
234
Maintainers
Readme
cexchange
Implementation of private and public api's of crypto 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