hitbtc-node-sdk

1.0.5 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hitbtc-node-sdk

    Weekly Downloads

    0

    Version

    1.0.5

    License

    MIT

    Unpacked Size

    15.3 kB

    Total Files

    7

    Last publish

    Collaborators

    • oleg6k