New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

cexchange

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cexchange

Implementation of private and public api's of crypto exchanges

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
5
25%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

crypto

FAQs

Package last updated on 03 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts