bithumb.js

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i bithumb.js

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • coac