Trade Notification
Subscribe to this topic to receive notifications about new trades for specific trading pairs.
Rules
Parameters
Parameter
Note
Status code
Value
Note
Notification example
{
"topic": {
"topic": "trade",
"market": "LRC-ETH"
},
"ts": 1584717910000,
"data": [
[
"1584717910000", //timestamp
"123456789", //tradeId
"buy", //side
"500000", //size
"0.0008", //price
"100" //fee
]
]
}Data Model
Field
Type
Note
Index
Type
Note
Last updated