榜单

**简要描述:** - **请求URL:** - ` http://xx.com/app/quotation/rank/{type}` **请求方式:** - GET FORM **传入参数:** |参数名|必选|类型|说明| |:---- |:----|:----- |----- | |type |是|int |1:涨幅榜,2:成交额榜,3:新币榜 | **返回示例** ``` { "stateCode": 0, "message": "", "data": [{}] } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |stateCode |int |接口状态码 0:正常 -1:异常 1:token过期 | |message |string |接口消息 | |id|string|交易对id| |tradeCoinName|string|交易币种名| |valuationCoinName|string|计价币种名| |price|decimal|usdt最新价| |amount|decimal|涨跌幅/成交额| **备注** - 更多返回错误代码请看首页的错误代码描述