1.0.5 • Published 5 years ago

hitbtc-node-sdk v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

HitBtc Node.JS SDK

HitBtc Node SDK - small node.js Promise-like library for the HitBtc API https://hitbtc.com

Current version supports

  • full REST v2 API

Installation

npm i hitbtc-node-sdk

Usage

let APIKey ='APIKey';
let SecretKey ='SecretKey';

const hitbtc = require('hitbtc-node-sdk');
hitbtc.auth(APIKey, SecretKey);

hitbtc.accountBalance()
    .then(balances => console.log(balances))
    .catch(e =>console.log(e));

See examples for more details

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago