币种详情
**简要描述:**
-
**请求URL:**
- ` http://xx.com/app/common/coin/detail`
**请求方式:**
- GET FORM
**传入参数:**
|参数名|必选|类型|说明|
|:---- |:----|:----- |----- |
|coinId |是|string |币种id |
**返回示例**
```
{
"stateCode": 0,
"message": "",
"data": {}
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 |
|message |string |接口消息 |
|id |string |币种id|
|coinFullName|string |币种全称|
|coinName|string |币种名|
|issueTime|string |发行时间|
|issueVolumn|string |发行量|
|circulateVolumn|string |流通量|
|whitePaperLink|string |白皮书|
|officeLink|string |官网|
**备注**
- 更多返回错误代码请看首页的错误代码描述