UNPKG

@jalmonter/ccxt

Version:

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

15 lines (14 loc) 351 B
import hitbtc from './hitbtc.js'; // --------------------------------------------------------------------------- /** * @class hitbtc3 * @augments Exchange */ export default class hitbtc3 extends hitbtc { describe() { return this.deepExtend(super.describe(), { 'id': 'hitbtc3', 'alias': true, }); } }