UNPKG

ccxt

Version:

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

17 lines (13 loc) 429 B
'use strict'; var onetrading = require('./onetrading.js'); // ---------------------------------------------------------------------------- // --------------------------------------------------------------------------- class bitpanda extends onetrading { describe() { return this.deepExtend(super.describe(), { 'id': 'bitpanda', 'alias': true, }); } } module.exports = bitpanda;