简要描述
请求URL
请求方式
成功返回示例
{
"code": 0,
"msg": "success",
"data": {
"income": [
{
"period": "24小时",
"price": "1000USDT",
"percent": "1%",
"profit": "1USDT"
}
],
"asset": [
{
"day": "9.19",
"price": 1000
}
]
}
}
成功返回示例的参数说明
参数名 |
类型 |
说明 |
income |
array |
收益统计 |
・period |
string |
收益周期 |
・price |
string |
投入资金 |
・percent |
string |
收益率 |
・profit |
string |
利润 |
asset |
array |
资产状态 |
・day |
string |
日期 |
・price |
float |
价格 |