@usherlabs/ccxt
Version:
A JavaScript cryptocurrency trading library with support for 100+ exchanges. Verifiable data powered by Verity.
17 lines (13 loc) • 429 B
JavaScript
;
var onetrading = require('./onetrading.js');
// ----------------------------------------------------------------------------
// ---------------------------------------------------------------------------
class bitpanda extends onetrading {
describe() {
return this.deepExtend(super.describe(), {
'alias': true,
'id': 'bitpanda',
});
}
}
module.exports = bitpanda;