UNPKG

@jalmonter/ccxt

Version:

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

12 lines (11 loc) 370 B
// --------------------------------------------------------------------------- import htx from './htx.js'; // --------------------------------------------------------------------------- export default class huobi extends htx { describe() { return this.deepExtend(super.describe(), { 'alias': true, 'id': 'huobi', }); } }