自选行情
**简要描述:**
-
**请求URL:**
- ` http://xx.com/app/quotation/collection`
**请求方式:**
- GET FORM
**传入参数:**
|参数名|必选|类型|说明|
|:---- |:----|:----- |----- |
**返回示例**
```
{
"stateCode": 0,
"message": "",
"data": [{
"tradePairId":"1564",
"tradeCoinName":"BTC",
"valuationCoinName":"USDT",
"freshPrice":50000,
"rafRate":0.5,
"volumn24h":13154
}]
}
```
**返回参数说明**
|参数名|类型|说明|
|:----- |:-----|----- |
|stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 |
|message |string |接口消息 |
|tradePairId|string|交易对Id|
|tradeCoinName|string|交易币种名|
|valuationCoinName|string|计价币种名|
|freshPrice|decimal|最新价|
|rafRate|double|涨跌幅|
|volumn24h|decimal|数量 |
**备注**
- 更多返回错误代码请看首页的错误代码描述