node-bithumb
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

NPM Version

node-bithumb


Description

  • Typescript Support
  • SDK for bithumb API

How to Use

$ npm i --save node-bithumb
import ApiBithumb from "node-bithumb";

const BithumbApi = new ApiBithumb("apiKey", "secetKey", "BTC");

/** {httpMethod}{ApiEndpoint(to camel case)} [eg. post, order_detail => postOrderDetail()] */
const buyRes = await BithumbApi.postMarketBuy(10, "ETH");
const sellRes = await BithumbApi.postMarketSell(10, "ETH");

Package Sidebar

Install

npm i node-bithumb

Weekly Downloads

0

Version

2.1.0

License

MIT

Unpacked Size

32.8 kB

Total Files

65

Last publish

Collaborators

  • imwh0im