/bithumbAPI

Primary LanguageJavaScript

bithumbAPI

bithumb api Object based Promise (using AXIOS)

this api use only public API

for Detail https://www.bithumb.com/u1/US127

demo (telegramBot)

@bithumbHelpBot

install

npm install --save bithumbapi

example (how to use this)

var bithumbapi = require('bithumbapi');
var bithumb = new bithumbapi();

bithumb.ticker('btc').then(function(response){
  console.log(response.data)
})

```git push