SkillAgentSearch skills...

Bithumb.js

Bithumb exchange api wrapper

Install / Use

/learn @Coac/Bithumb.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Bithumb Api docs

Related Skills

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated5y ago
Forks5

Languages

JavaScript

Security Score

80/100

Audited on May 28, 2020

No findings