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"1000170423277947"Traded ID
Istring"ETHUSDT"Instrument ID
Dstring"1"Direction
Pint4519.91Price
Vfloat4Volume
Tint1757640595Traded time

Response Example

{
"a": "PMT",
"b": 0,
"tt": 1757640595167,
"mt": 1757640595167,
"r": [
{
"d": {
"TradeID": "1000170423277947",
"I": "ETHUSDT",
"D": "1",
"P": 4519.91,
"V": 4,
"T": 1757640595
}
}
]
}