0.1.0 • Published 4 years ago

hb-sdk v0.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 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

4 years ago

0.0.7

4 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago