Ticker Notification
Subscribe to this topic to receive notifications about ticker updates for specific trading pairs.
Rules
- Topic name:
ticker
- ApiKey requred: No
Parameters
Status code
Value |
Note |
104111 |
Invalid topic or parameters |
Notification example
{
"topic": {
"topic": "ticker",
"market": "LRC-ETH"
},
"ts": 1584717910000,
"data": [
"LRC-ETH",
"1584717910000",
"5000000",
"1000",
"0.0002",
"0.00025",
"0.0002",
"0.00025",
"5000",
"0.00026",
"0.00027"
]
}
Data Model
Notification
Field |
Type |
Required |
Note |
topic |
JSON |
Y |
Topic and parameters |
ts |
integer |
Y |
Notification timestamp (milliseconds) |
data |
List[string] |
Y |
Ticker array |
Ticker
Index |
Type |
Required |
Note |
1 |
string |
Y |
Trading pair |
2 |
integer |
Y |
Ticker update timestamp |
3 |
string |
Y |
Amount (quantity of base token) |
4 |
string |
Y |
Total (quantity of quote token) |
5 |
string |
Y |
Open price |
6 |
string |
Y |
Highest price |
7 |
string |
Y |
Lowest price |
8 |
string |
Y |
Latest price |
9 |
integer |
Y |
Number of trades |
10 |
string |
Y |
Highest bid price |
11 |
string |
Y |
Lowest ask price |