UNPKG

ccxt

Version:

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

5 lines (4 loc) 154 B
const ccxt = require('./cjs/ccxt.js'); // this is needed because we use default and named exports // in the esm version module.exports = ccxt['default'];