Skip to content

Instantly share code, notes, and snippets.

@YasunoriMATSUOKA
Created April 4, 2020 03:37
Show Gist options
  • Save YasunoriMATSUOKA/fc68174057d6a3e99ee044163d68c458 to your computer and use it in GitHub Desktop.
Save YasunoriMATSUOKA/fc68174057d6a3e99ee044163d68c458 to your computer and use it in GitHub Desktop.
const ccxt = require('ccxt')
const exchanges = ccxt.exchanges
console.log(exchanges)
console.log(`ccxt can be used in ${exchanges.length} exchanges.`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment