Skip to main content

Get Latest Transaction Information of Trading Pairs

Type: GET

Description: /future/market/v1/public/q/deal

Note:

This method does not require a signature.

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pair
numintegerfalse50Quantity

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": [
{
"a": 0, // Volume
"m": "", // Order side
"p": 0, // Price
"s": "", // Trading pair
"t": 0 // Time
}
],
"returnCode": 0
}