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