View Personal Profit Rate
Response Example
{
"success": true,
"code": 0,
"data": {
"ranking": 0,
"profitRate": 0,
"statisticTime": 1666612800000
}
}
- GET
/api/v1/private/account/profit_rate/{type}
Required Permission: View Account Details
Request Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | int | true | Type: 1 Day; 2 Week |
Response Parameters:
| Parameter | Type | Description |
|---|---|---|
| profitRate | decimal | Profit rate |
| statisticTime | long | Statistic time (ms) |