-
Notifications
You must be signed in to change notification settings - Fork 2
/
example_order_book_response.json
40 lines (40 loc) · 1.06 KB
/
example_order_book_response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"notifications": [
{
"success": true,
"testnet": false,
"message": "order_book_event",
"result": {
"instrument": "BTC-30JUN17-2100-C",
"bids": [
{
"quantity": 1.0,
"price": 0.1387,
"cm": 1.0
},
{
"quantity": 20.0,
"price": 0.117,
"cm": 21.0
}
],
"asks": [
{
"quantity": 20.0,
"price": 0.189,
"cm": 20.0
},
{
"quantity": 1.0,
"price": 0.2097,
"cm": 21.0
}
],
"last": 0.2,
"low": "",
"high": ""
}
}
],
"msOut": 1495831161636
}