1.2.0 • Published 7 years ago
cexchange v1.2.0
cexchange
Implementation of private and public api's of crypto exchanges
Installation
npm i cexchange --saveUsage
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