UNPKG

@kraken-crypto/ccxt

Version:

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

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