跳到主要内容

获取带单者统计数据

请求类型: GET

接口路径: /v1/copy-trade-balance/public/copy-trade/leader-stats

限流规则

2次/秒/IP

请求参数

参数名类型是否必填默认值描述
accountIdnumber带单账户ID
daysstring7查询天数。可选值: 7, 30, 90, 180, all

响应示例

响应
{
"ma": [{}],
"mc": "string",
"rc": 0,
"result": {
"avgHoldTime": 0, // 平均持仓时间(秒)
"avgLossAmount": 0, // 平均亏损金额
"avgProfitAmount": 0, // 平均盈利金额
"followerMargin": 0, // 跟单者保证金
"followersEarnings": 0, // 跟单者收益
"lastTradeTime": 0, // 最近交易时间
"lossCount": 0, // 亏损次数
"maxRetraction": 0, // 最大回撤
"pnlRate": "string", // 盈亏比
"profitCount": 0, // 盈利次数
"recentRate": 0, // 收益率
"totalEarnings": 0, // 总收益
"totalTransactions": 0, // 总交易笔数
"tradeDays": 0, // 交易天数
"weeklyTradeFrequency": 0, // 每周交易频率
"winRate": 0 // 胜率
}
}