0.1.0 • Published 5 years ago

hb-sdk v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Huobi SDK

https://huobiapi.github.io/docs/spot/v1/cn/#urls

Usage

$ npm i hb-sdk --save
const Hb = require('hb-sdk');
const hb = new Hb({
  accessKey: '',
  secretKey: '',
  url: 'api.huobi.pro',
});

const symbols = await hb.getCommonSymbols();
const account = await hb.getAccountAccounts();

// invoke
const order = await hb.invoke('GET', '/v1/order/orders/123', {});
0.1.0

5 years ago

0.0.7

5 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago