Skip to main content

See Stop Limit

Type: GET

Description: /future/trade/v1/entrust/profit-list

Limit Flow Rules

200/s/apikey

Parameters

NameTypeMandatoryDefaultDescriptionRanges
symbolstringtrueN/ATrading pairs (queries all trading pairs if not passed)
pageintegerfalse1Page
sizeintegerfalse10Quantity of a single page
startTimeintegerfalseN/AStart time
endTimeintegerfalseN/AEnd time
statestringtrueN/AOrder state: NOT_TRIGGERED (new order); TRIGGERING; TRIGGERED; USER_REVOCATION; PLATFORM_REVOCATION; EXPIRED; UNFINISHED; HISTORYNOT_TRIGGERED;TRIGGERING;TRIGGERED;USER_REVOCATION;PLATFORM_REVOCATION;EXPIRED;UNFINISHED;HISTORY

Response Example

Response
{
"error": {
"code": "",
"msg": ""
},
"msgInfo": "",
"result": {
"items": [
{
"createdTime": 0, // Time
"entryPrice": 0, // Open position average price
"executedQty": 0, // Actual transaction
"isolatedMargin": 0, // Isolated Margin
"origQty": 0, // Quantity (Cont)
"positionSide": "", // Position side
"positionSize": 0, // Position quantity (Cont)
"profitId": 0, // Order ID
"state": "", // Order state: NOT_TRIGGERED; TRIGGERING; TRIGGERED; USER_REVOCATION; PLATFORM_REVOCATION; EXPIRED
"symbol": "", // Trading pair
"triggerProfitPrice": 0, // Take profit price
"triggerStopPrice": 0, // Stop loss price
"profitDelegateOrderType": "LIMIT", // Take profit order type: LIMIT; MARKET
"profitDelegatePrice": 0, // Take profit delegate price
"profitDelegateTimeInForce": "GTC", // Take profit order time in force: GTC, FOK, IOC, GTX
"stopDelegateOrderType": "LIMIT", // Stop loss order type: LIMIT; MARKET
"stopDelegatePrice": 0, // Stop loss delegate price
"stopDelegateTimeInForce": "GTC" // Stop loss order time in force: GTC, FOK, IOC, GTX
}
],
"page": 0,
"ps": 0,
"total": 0
},
"returnCode": 0
}