Skip to main content

Public Get Leader's Prefer

Type: GET

Description: /future/copytrade/public/user/v1/public/copy-trade/leader-symbol-prefer

Parameters

NameTypeMandatoryDefaultDescriptionRanges
accountIdnumberYes-Leader accountId-
recentDaysnumberNo-Days-

Limit Flow Rules

2/s/ip

Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"index": 0, // Index ranking
"symbol": "string", // Symbol
"count": 0, // Trading count
"percentage": 0, // Percentage
"pnl": 0 // Profit and loss
}
}