2.1.0 • Published 2 years ago

node-bithumb v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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");
1.0.7

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago