UNPKG

ccxt

Version:

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

13 lines (12 loc) 447 B
// --------------------------------------------------------------------------- import coinbase from './coinbase.js'; // --------------------------------------------------------------------------- export default class coinbaseadvanced extends coinbase { describe() { return this.deepExtend(super.describe(), { 'id': 'coinbaseadvanced', 'name': 'Coinbase Advanced', 'alias': true, }); } }