币币资产详情
**简要描述:**
- 币币资产
**请求URL:**
- ` http://xx.com/app/assets/cct/detail`
**请求方式:**
- GET FORM
**传入参数:**
|参数名|必选|类型|说明|
|:---- |:----|:----- |----- |
|coinId |是|string |币种id |
|type |否|int|类型 (0:全部,1:充值,2:提现,3:转入,4:转出) |
|pageNum |否|int|页码 |
**返回示例**
```
{
"stateCode": 0,
"message": "",
"data": {
"id":"154",
"coinId":"46136",
"userId":"41654",
"freeAmount":159,
"frozenAmount":159,
"coinName":"BTC"
"worth":126
"financeLogs":[{
"id":"123",
"type":1,
"recordAmount":123,
"status":1,
"createTime":15467,
"remark":""
}]
}
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 |
|message |string |接口消息 |
|id|string |资产id |
|coinId|string |币种id |
|userId|string |用户id |
|freeAmount|decimal|可用数目 |
|frozenAmount|decimal|冻结数目 |
|coinName|string |币种名称|
** financeLogs(财务记录) 返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 |
|message |string |接口消息 |
|id|string |资产id |
|type|int|类型(0:全部,1:充值,2:提现,3:转入,4:转出)|
|recordAmount|decimal|记录数目|
|status|decimal |冻结数目 |
|remark|string |备注|
**备注**
- 更多返回错误代码请看首页的错误代码描述