1.0.0 • Published 7 years ago

bithumb.js v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

bithumb.js

Bithumb exchange api wrapper

npm version Build Status Standard - JavaScript Style Guide

Installation

npm install bithumb.js

Usage

const Bithumb = require('bithumb.js')
const bithumb = new Bithumb('YOUR_KEY', 'YOUR_SECRET');

(async function () {
  const orderBook = await bithumb.getOrderbook('ALL')
  console.log(orderBook)
}())

See example.js for the implemented methods

Cryptopia Api docs