Skip to content

CoinQuant/node-huobi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huobi-node

huobi.com SDK

Install

npm i git+https://github.com/SuperDBJ/node-huobi.git -S

Quick Start

const hb = require('node-huobi');

//coin types
let coins = async function () {
    console.log(await hb.market.coins());
}

//btc price
let btcPrice = async function (params) {
    console.log(await hb.market.ticker(CONST.COIN_TYPE.CNY.BTC));
}

Releases

No releases published

Packages

No packages published