@parscoder/hit-btc
v1.0.7
Published
A library for better communication with HitBTC Exchange API
Downloads
18
Readme
HitBTC Library
A library for better communication with HitBTC Exchange API (HitBTC API Documentation)
Installation:
npm i @parscoder/hit-btc
Example:
const HitBTC = require('./src/HitBTC');
const _ = new HitBTC.HitBTC();
_.symbols().then(response => {
console.log(response)
});