查看个人盈利率
HTTP请求
- GET
/api/v1/private/account/profit_rate/{type}
接口权限要求: 读取账户信息
请求参数
| 参数名 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| type | int | true | 类型;1:天,2:周 |
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| profitRate | decimal | 盈利率 |
| statisticTime | long | 统计时间 |
响应
{
"success": true,
"code": 0,
"data": {
"ranking": 0,
"profitRate": 0,
"statisticTime": 1666612800000
}
}