Skip to content

Instantly share code, notes, and snippets.

@YasunoriMATSUOKA
Created April 4, 2020 05:41
Show Gist options
  • Save YasunoriMATSUOKA/9d60cd740f16dac92e6a5e2aea7e3dfd to your computer and use it in GitHub Desktop.
Save YasunoriMATSUOKA/9d60cd740f16dac92e6a5e2aea7e3dfd to your computer and use it in GitHub Desktop.
const ccxt = require('ccxt');
const zaif = new ccxt.zaif();
(async () => {
const ticker = await zaif.fetchTicker('XEM/JPY');
console.log(ticker);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment