Skip to main content

Last Transactions

Last-transactions

Request

{
"SendTopicAction": {
"Action": "1",
"FilterValue": "DeepCoin_BTCUSDT",
"LocalNo": 9,
"ResumeNo": -2,
"TopicID": "2"
}
}

Response Parameters

Field NameTypeExampleDescription
TradeIDstring"1000266401528748"Traded ID
InstrumentIDstring"BTCUSDT"Instrument ID
Directionstring"0"Direction
Priceint29419.7Price
Volumefloat30Volume
TradeTimeint1691991787Traded 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
}
}
]
}