0.2.7 • Published 6 years ago

btc-e3 v0.2.7

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

btc-e3

API Client for https://wex.nz: Trade API and Public API with TypeScript support.

Also, you can use it with liqui.io and yobit.net.

NPM version Build Status Dependency Status Coverage percentage experimental

Install

npm install btc-e3 --save

or

yarn add btc-e3

Usage

import { TradeAPI, PublicAPI } from "btc-e3";
const api = new TradeAPI({
    key: "key1",
    secret: "secret1",
    baseUrl: "https://yobit.net/tapi", // any url with this api specification
});
api.getInfo().then((info)=>{
    console.log(info.transaction_count);
});

Test

npm install
npm test

Donate

Ethereum: 0x053C5BF25C80a04494768a2436e54126FDE9DB1d
0.2.7

6 years ago

0.2.6

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago