Skip to content

Repository files navigation

NPM Version

node-bithumb


Description

  • Typescript Support
  • SDK for bithumb API

How to Use

$ npm i --save node-bithumb
importApiBithumbfrom"node-bithumb";/** 'apiKey', 'secretKey', 'payment currency (krw, btc, eth, etc..)' */constBithumbApi=newApiBithumb("apiKey","secretKey","BTC");/** {httpMethod}{ApiEndpoint(to camel case)} [eg. post, order_detail => postOrderDetail()] */constbuyRes=awaitBithumbApi.postMarketBuy(10,"ETH");constsellRes=awaitBithumbApi.postMarketSell(10,"ETH");

About

NodeJS wrapped for Bithumb API

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages