1.3.0 • Published 2 years ago

node-upbit-api v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago