Skip to main content

Public Get Leader's Followers

Type: GET

Description: /future/copytrade/public/user/v1/public/copy-trade/leader-follower-page

Parameters

NameTypeMandatoryDefaultDescriptionRanges
typenumberNo-Type (1:detail, 2:total)1, 2
symbolstringNo-Trading pair symbol-
leaderAccountIdnumberYes-Leader account ID-
directionstringNo-Query directionNEXT, PREV
limitnumberNo-Page size10
idnumberNo-Page ID-

Limit Flow Rules

2/s/ip

Response Example

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": [
{
"accountId": 0, // Leader accountId
"followerName": "string", // Follower nickname
"avatar": "string", // Avatar
"id": 0, // ID
"pageId": 0, // Page ID
"followMarginU": 0, // Follower total margin
"followProfitU": 0, // Follower total profit
"followProfitRate": 0, // Follower profit rate
"days": 0 // Days
}
]
}