Skip to content

Instantly share code, notes, and snippets.

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