UNPKG

ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 100+ exchanges

20 lines (16 loc) 382 B
'use strict'; var hitbtc = require('./hitbtc.js'); // --------------------------------------------------------------------------- /** * @class hitbtc3 * @augments Exchange */ class hitbtc3 extends hitbtc { describe() { return this.deepExtend(super.describe(), { 'id': 'hitbtc3', 'alias': true, }); } } module.exports = hitbtc3;