Skip to content

Commit 59f6139

Browse files
author
Alireza Beikverdi
authored
Merge pull request #3 from bitholla/develop
v0.3.1
2 parents 6331d2c + 38fcf49 commit 59f6139

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ client.getTicker('btc-eur')
2727
});
2828
```
2929
| Command | Parameters | Description
30-
| --- | --- |
30+
| --- | --- | --- |
3131
| `getTicker` | symbol (*optional*) e.g. `btc-eur` | Last, high, low, open and close price and volume within the last 24 hours |
3232
| `getOrderbook` | symbol (*optional*) e.g. `btc-eur` | Orderbook containing list of bids and asks |
3333
| `getTrade` | symbol (*optional*) e.g. `btc-eur` | List of last trades |
@@ -106,7 +106,7 @@ These are list of `userUpdate` client gets after subscribtion.
106106
- *order_processed*: When a user order has been processed in the queue.
107107
```json
108108
{
109-
"type": "order_queued",
109+
"type": "order_processed",
110110
"data": { "id": "ac7717d4-04e9-4430-a21b-08d32b2c34cd" },
111111
}
112112
```
@@ -177,7 +177,7 @@ These are list of `userUpdate` client gets after subscribtion.
177177
}
178178
}
179179
```
180-
- *order_removed*: When a user order is taken or the user cancel the orders/orders.
180+
- *order_remove*: When a user order is taken or the user cancel the orders/orders.
181181
```json
182182
{
183183
"type": "order_remove",

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": "hollaex-node-lib",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "",
55
"main": "index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)