Get history track list (inactive)
Type: GET
Description: /future/trade/v1/entrust/track-list-history
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
direction | string | false | NEXT | Direction (PREV: Previous page; NEXT: Next page) | PREV;NEXT |
limit | integer | false | 10 | Limit | |
id | integer | false | N/A | ||
endTime | integer | false | N/A | End time | |
startTime | integer | false | N/A | Start time | |
symbol | string | false | N/A | Symbol |
Response Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"hasNext": true, // Is there a next page
"hasPre": true, // Is there a previous page
"items": [
{
"activationPrice": 0, // Activation price
"avgPrice": 0, // Average price
"callback": "", // Callback range configuration 1:PROPORTION 2:FIXED
"callbackVal": 0, // Callback value
"configActivation": false, // Whether to configure activation price
"createdTime": 0, // Create time
"currentPrice": 0, // Real-time price
"desc": "", // Description
"executedQty": 0, // Actual transaction quantity
"orderSide": "", // Order side
"ordinary": true, //
"origQty": 0, // Quantity (Cont)
"positionSide": "", // Position side
"price": 0, // Order price
"state": "", // Order state: NOT_ACTIVATION; NOT_TRIGGERED; TRIGGERING; TRIGGERED; USER_REVOCATION; PLATFORM_REVOCATION; EXPIRED; DELEGATION_FAILED
"stopPrice": 0, // Trigger price
"symbol": "", // Symbol
"trackId": 0, // Track ID
"triggerPriceType": "", // Trigger price type
"updatedTime": 0 // Update time
}
]
},
"returnCode": 0
}