UNPKG

sfccxt

Version:

A JavaScript / Python / PHP cryptocurrency trading library with support for 130+ exchanges

17 lines (12 loc) 397 B
'use strict'; // --------------------------------------------------------------------------- const okx = require ('./okx.js'); // --------------------------------------------------------------------------- module.exports = class okex extends okx { describe () { return this.deepExtend (super.describe (), { 'id': 'okex', 'alias': true, }); } };