Skip to content

Commit aa8d9c8

Browse files
committed
✨ add new API for fetching all markets from upbit
1 parent e7441e8 commit aa8d9c8

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,15 @@ Get Orderbook of given market
8282
| markets | String[] | Element should folow AAA-BBB |
8383
| count | Number | Numbers of candle count you want. 1 - 200 |
8484

85+
### getMarketList() => Promise
86+
Get Market List
87+
88+
**Kind**: global async function
89+
90+
| Param | Type | Description |
91+
| ------------------------ | -------- | ------------------------------------------------------------ |
92+
| n/a | n/a | n/a |
93+
8594
## Exchange APIs
8695
You need to create instance of Exchange class before using methods
8796

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upbit-api-node",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Upbit API for Node.js",
55
"keywords": [
66
"upbit",

0 commit comments

Comments
 (0)