btc-e3
TypeScript icon, indicating that this package has built-in type declarations

0.2.7 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.2.71latest

Version History

VersionDownloads (Last 7 Days)Published
0.2.71
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.10
0.1.00
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i btc-e3

Weekly Downloads

1

Version

0.2.7

License

ISC

Last publish

Collaborators

  • arvitaly