1.3.0 • Published 3 years ago

node-upbit-api v1.3.0

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

node-upbit-api

wrapper for upbit API

Installation

$ npm ci

Build

$ npm run build

Lint

$ npm run lint  # Only Check Lint
$ npm run lint:fix  # Fix to Lint Error
$ npm run format  # Check prettier

How to Use

import ApiUpbit from 'node-upbit-api';

new ApiUpbit('accessKey', 'secretKey').getAccounts().then((accounts) => {
  console.log(accounts);
});

Available API List

  • Exchange API
  • Quotation API
    • Coin List
      • GET /v1/market/all
    • Candle
      • GET /v1/candles/minute/{unit}
      • GET /v1/candles/days
      • GET /v1/candles/weeks
      • GET /v1/candles/months
    • Conclusion
      • GET /v1/trades/ticks
    • Ticker
      • GET /v1/ticker
    • Orderbook
      • GET /v1/orderbook
  • etc
    • GET /v1/status/wallet
    • GET /v1/api_keys

Commit-message

Link

1.3.0

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.8

3 years ago

1.0.7

3 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