@kraken-crypto/ccxt
Version:
A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go
17 lines (13 loc) • 414 B
JavaScript
;
var huobi = require('./huobi.js');
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class huobipro extends huobi {
describe() {
return this.deepExtend(super.describe(), {
'alias': true,
'id': 'huobipro',
});
}
}
module.exports = huobipro;