wex3

0.1.2 • Public • Published

wex3

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

NPM version Build Status Dependency Status Coverage percentage experimental

Install

npm install wex3 --save

or

yarn add wex3

Usage

import { TradeAPI, PublicAPI } from "wex3";
const api = new TradeAPI({
    key: "key1",
    secret: "secret1",
});
api.getInfo().then((info)=>{
    console.log(info.transaction_count);
});

Test

npm install
npm test

Donate

Ethereum: 0x053C5BF25C80a04494768a2436e54126FDE9DB1d

Readme

Keywords

none

Package Sidebar

Install

npm i wex3

Weekly Downloads

1

Version

0.1.2

License

ISC

Last publish

Collaborators

  • futpib