币币资产列表
**简要描述:**
- 币币资产
**请求URL:**
- ` http://xx.com/app/assets/cct/list`
**请求方式:**
- GET FORM
**传入参数:**
|参数名|必选|类型|说明|
|:---- |:----|:----- |----- |
**返回示例**
```
{
"stateCode": 0,
"message": "",
"data": [{
"id":"154",
"coinId":"46136",
"userId":"41654",
"freeAmount":159,
"frozenAmount":159,
"coinName":"BTC",
"usdtPrice":9500
}]
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 |
|message |string |接口消息 |
|id|string |资产id |
|coinId|string |币种id |
|userId|string |用户id |
|freeAmount|decimal|可用数目 |
|frozenAmount|decimal|冻结数目 |
|coinName|string |币种名称|
|usdtPrice|decimal |美元价格|
**备注**
- 更多返回错误代码请看首页的错误代码描述