We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee5773 commit ace834bCopy full SHA for ace834b
‎README.md‎
@@ -1,6 +1,11 @@
1
# Upbit API Node
2
> Api wrapper for Upbit
3
4
+## Install
5
+```
6
+$ npm i -S upbit-api-node
7
8
+
9
## Quotation APIs
10
### subscribe(options) => ws
11
Get websocket instance to subscribe websocket protocol
@@ -80,6 +85,8 @@ const upbitExchange = new Exchange(ACCESS_KEY, SECRET_KEY);
80
85
| accessKey | String | n\a |
81
86
| secretKey | String | n\a |
82
87
88
+- You should go to [Open API Management page](https://upbit.com/mypage/open_api_management) to acquire these keys.
89
83
90
### upbitExchange.getMyAssets() => Promise
84
91
Get user's asset information
92
0 commit comments