Skip to content

Commit

Permalink
✨ add new API for fetching all markets from upbit
Browse files Browse the repository at this point in the history
  • Loading branch information
wonism committed Nov 3, 2018
1 parent e7441e8 commit aa8d9c8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ Get Orderbook of given market
| markets | String[] | Element should folow AAA-BBB |
| count | Number | Numbers of candle count you want. 1 - 200 |

### getMarketList() => Promise
Get Market List

**Kind**: global async function

| Param | Type | Description |
| ------------------------ | -------- | ------------------------------------------------------------ |
| n/a | n/a | n/a |

## Exchange APIs
You need to create instance of Exchange class before using methods

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upbit-api-node",
"version": "1.0.1",
"version": "1.1.0",
"description": "Upbit API for Node.js",
"keywords": [
"upbit",
Expand Down

0 comments on commit aa8d9c8

Please sign in to comment.