Skip to content

wallexchange/wallex-js

Repository files navigation

Wallex-JS

This library provides a JavaScript client for Wallex Exchange API described here.

Install

npm install wallex --save

Getting Started

import { Client } from 'wallex';

const client = new Client(/* apiKey = */ 'xxx|xxxxx');

TODO

  • [] Add socket.io endpoints