跳到主要内容

公开获取带单员的跟单员

类型: GET

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

参数

名称类型必填默认值描述范围
typenumber-类型 (1:详情, 2:汇总)1, 2
symbolstring-交易对-
leaderAccountIdnumber-带单员账户ID-
directionstring-查询方向NEXT, PREV
limitnumber-页面大小10
idnumber-页面ID-

限流规则

2/s/ip

响应示例

{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": [
{
"accountId": 0, // 带单员账户ID
"followerName": "string", // 跟单员昵称
"avatar": "string", // 头像
"id": 0, // ID
"pageId": 0, // 页面ID
"followMarginU": 0, // 跟单员总保证金
"followProfitU": 0, // 跟单员总收益
"followProfitRate": 0, // 跟单员收益率
"days": 0 // 天数
}
]
}