UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges. Verifiable data powered by Verity.

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'];