UNPKG

@kraken-crypto/ccxt

Version:

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

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;