1.0.7 • Published 5 years ago

@parscoder/hit-btc v1.0.7

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

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)
});
1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago