UNPKG

crypto-com-node-api

Version:
30 lines (23 loc) 1.47 kB
# Crypto.com Exchange API Client for NodeJS Easy to use API connector package to speed up your development in connecting Crypto.com Exchange platform. Both ES5 and ES6 are supported by the package. ES5 ``` var { CryptoComMarket, CryptoComUser } = require('crypto-com-node-api'); var market = new CryptoComMarket(); var user = new CryptoComUser(); ``` ES6+ ``` import { CryptoComMarket, CryptoComUser } from 'crypto-com-node-api'; const market = new CryptoComMarket(); const user = new CryptoComUser(); ```` Please check out the sample to explore the package capabilities. | Functions | CryptoComMarket | CryptoComUser | Sample | | :---: | :---: | :---: | :---: | .book() | :heavy_check_mark: | :heavy_minus_sign: | [./sample/market-book.js](https://github.com/MichelSzekeres/crypto-com-node-api/blob/main/sample/market-book.js) | .ticker() | :heavy_check_mark: | :heavy_minus_sign: | [./sample/market-ticker.js](https://github.com/MichelSzekeres/crypto-com-node-api/blob/main/sample/market-ticker.js) | .trade() | :heavy_check_mark: | :heavy_minus_sign: | [./sample/market-trade.js](https://github.com/MichelSzekeres/crypto-com-node-api/blob/main/sample/market-trade.js) | .candlestick() | :heavy_check_mark: | :heavy_minus_sign: | [./sample/market-candlestick.js](https://github.com/MichelSzekeres/crypto-com-node-api/blob/main/sample/market-candlestick.js) :email: <a href="mailto:szekeresmichel@hotmail.com?">Michel Szekeres</a>