Create Track
Type: POST
Description: /future/trade/v1/entrust/create-track
Remark: Content-Type = application/x-www-form-urlencoded
Limit Flow Rules
200/s/apikey
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
callback | string | true | N/A | Callback range configuration | FIXED;PROPORTION |
callbackVal | number | true | N/A | Callback value | Greater than 0 |
orderSide | string | true | N/A | Order side | BUY;SELL |
origQty | number | true | N/A | Original quantity (count) | |
positionSide | string | true | N/A | Position side | BOTH;LONG;SHORT |
positionType | string | true | N/A | Position type | CROSSED;ISOLATED |
symbol | string | true | N/A | Trading pair | |
triggerPriceType | string | true | N/A | Trigger price type | INDEX_PRICE;MARK_PRICE;LATEST_PRICE |
activationPrice | number | false | N/A | Activation price | |
clientMedia | string | false | N/A | Client media | |
clientMediaChannel | string | false | N/A | Client media channel | |
clientOrderId | string | false | N/A | Client order id | |
expireTime | integer | false | N/A | Expiration time |
Request Example
Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {},
"returnCode": 0
}