获取跟单资产页面类型
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>获取跟单资产页面类型</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://doge-test-api.dogeworld.store/uc/asset/transaction/follow/type</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET </li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: [
{
&quot;index&quot;: 37,
&quot;typeName&quot;: &quot;FOLLOW_FEE&quot;,
&quot;name&quot;: &quot;FOLLOW_FEE&quot;
},
{
&quot;index&quot;: 38,
&quot;typeName&quot;: &quot;FOLLOW_PROFIT&quot;,
&quot;name&quot;: &quot;FOLLOW_PROFIT&quot;
},
{
&quot;index&quot;: 39,
&quot;typeName&quot;: &quot;FOLLOW_LOSS&quot;,
&quot;name&quot;: &quot;FOLLOW_LOSS&quot;
},
{
&quot;index&quot;: 40,
&quot;typeName&quot;: &quot;FOLLOW_DIVIDEND&quot;,
&quot;name&quot;: &quot;FOLLOW_DIVIDEND&quot;
},
{
&quot;index&quot;: 41,
&quot;typeName&quot;: &quot;FOLLOW_AWARD&quot;,
&quot;name&quot;: &quot;FOLLOW_AWARD&quot;
},
{
&quot;index&quot;: 42,
&quot;typeName&quot;: &quot;FOLLOW_OVERNIGHT_FEE&quot;,
&quot;name&quot;: &quot;FOLLOW_FUNDING&quot;
}
],
&quot;code&quot;: 0,
&quot;message&quot;: &quot;success&quot;,
&quot;totalPage&quot;: null,
&quot;totalElement&quot;: null
}</code></pre>
<h5>返回参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>