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