UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

17 lines (13 loc) 401 B
'use strict'; var mexc = require('./mexc.js'); // --------------------------------------------------------------------------- // --------------------------------------------------------------------------- class mexc3 extends mexc { describe() { return this.deepExtend(super.describe(), { 'id': 'mexc3', 'alias': true, }); } } module.exports = mexc3;