This library provides a JavaScript client for Wallex Exchange API described here.
npm install wallex --save
import { Client } from 'wallex';
const client = new Client(/* apiKey = */ 'xxx|xxxxx');
- [] Add socket.io endpoints
This library provides a JavaScript client for Wallex Exchange API described here.
npm install wallex --save
import { Client } from 'wallex';
const client = new Client(/* apiKey = */ 'xxx|xxxxx');