Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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));
}

About

huobi.com SDK

Topics

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages