UNPKG

ccxt

Version:

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

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', }); } }