Skip to content

Commit

Permalink
Merge pull request #3 from bitholla/develop
Browse files Browse the repository at this point in the history
v0.3.1
  • Loading branch information
Alireza Beikverdi authored Sep 2, 2018
2 parents 6331d2c + 38fcf49 commit 59f6139
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ client.getTicker('btc-eur')
});
```
| Command | Parameters | Description
| --- | --- |
| --- | --- | --- |
| `getTicker` | symbol (*optional*) e.g. `btc-eur` | Last, high, low, open and close price and volume within the last 24 hours |
| `getOrderbook` | symbol (*optional*) e.g. `btc-eur` | Orderbook containing list of bids and asks |
| `getTrade` | symbol (*optional*) e.g. `btc-eur` | List of last trades |
Expand Down Expand Up @@ -106,7 +106,7 @@ These are list of `userUpdate` client gets after subscribtion.
- *order_processed*: When a user order has been processed in the queue.
```json
{
"type": "order_queued",
"type": "order_processed",
"data": { "id": "ac7717d4-04e9-4430-a21b-08d32b2c34cd" },
}
```
Expand Down Expand Up @@ -177,7 +177,7 @@ These are list of `userUpdate` client gets after subscribtion.
}
}
```
- *order_removed*: When a user order is taken or the user cancel the orders/orders.
- *order_remove*: When a user order is taken or the user cancel the orders/orders.
```json
{
"type": "order_remove",
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": "hollaex-node-lib",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 59f6139

Please sign in to comment.