Skip to main content

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:

ParameterTypeRequiredDescription
typeinttrueType: 1 Day; 2 Week

Response Parameters:

ParameterTypeDescription
profitRatedecimalProfit rate
statisticTimelongStatistic time (ms)