Skip to content

oleg6k/hitbtc-node-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors