Last Transactions
Last-transactions
Request
{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BTCUSDT",
"LocalNo": 9,
"ResumeNo": -2,
"TopicID": "2"
}
}
Response Parameters
Field Name | Type | Example | Description |
---|---|---|---|
TradeID | string | "1000266401528748" | Traded ID |
InstrumentID | string | "BTCUSDT" | Instrument ID |
Direction | string | "0" | Direction |
Price | int | 29419.7 | Price |
Volume | float | 30 | Volume |
TradeTime | int | 1691991787 | Traded time |
Response Example
{
"action": "PushMarketTrade",
"localNo": 9,
"index": "DeepCoin_BTCUSDT",
"seq": 701702,
"bNo": 1,
"changeType": "3",
"result": [
{
"table": "MarketTrade",
"data": {
"TradeID": "1000266401528748",
"ExchangeID": "DeepCoin",
"InstrumentID": "BTCUSDT",
"Direction": "0",
"Price": 29419.7,
"Volume": 30.0,
"TradeTime": 1691991787
}
}
]
}