获取跟单资产页面合约类型
<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/coin</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;name&quot;: &quot;Bitcoin&quot;,
&quot;nameCn&quot;: &quot;BTC&quot;,
&quot;unit&quot;: &quot;BTC&quot;,
&quot;status&quot;: 0,
&quot;minTxFee&quot;: 2.1E-5,
&quot;cnyRate&quot;: 0.0,
&quot;maxTxFee&quot;: 3.5E-5,
&quot;usdRate&quot;: 0.0,
&quot;enableRpc&quot;: 0,
&quot;sort&quot;: 2,
&quot;canWithdraw&quot;: 0,
&quot;canRecharge&quot;: 0,
&quot;canTransfer&quot;: 1,
&quot;canAutoWithdraw&quot;: 0,
&quot;withdrawThreshold&quot;: 0.10000000,
&quot;minWithdrawAmount&quot;: 0.02000000,
&quot;maxWithdrawAmount&quot;: 5.00000000,
&quot;minRechargeAmount&quot;: 0.10000000,
&quot;isPlatformCoin&quot;: 0,
&quot;hasLegal&quot;: false,
&quot;allBalance&quot;: null,
&quot;coldWalletAddress&quot;: &quot;&quot;,
&quot;hotAllBalance&quot;: null,
&quot;blockHeight&quot;: null,
&quot;minerFee&quot;: 0.00002000,
&quot;withdrawScale&quot;: 4,
&quot;infolink&quot;: &quot;https://www.foxs.pro/#/helpdetail?cate=3&amp;id=3&amp;cateTitle=%E5%B8%81%E7%A7%8D%E8%B5%84%E6%96%99&quot;,
&quot;information&quot;: &quot;比特币(BitCoin)的概念最初由中本聪在2008年提出,根据中本聪的思路设计发布的开源软件以及建构其上的P2P网络。比特币是一种P2P形式的数字货币。点对点的传输意味着一个去中心化的支付系统。&quot;,
&quot;accountType&quot;: 0,
&quot;depositAddress&quot;: &quot;3CC9aaKG9znX3W1RAazNWCXnhB6YUzZ6Zt&quot;,
&quot;withdrawFeeType&quot;: 0,
&quot;withdrawFeeValue&quot;: 0.00002100
},
{
&quot;name&quot;: &quot;Ethereum&quot;,
&quot;nameCn&quot;: &quot;ETH&quot;,
&quot;unit&quot;: &quot;ETH&quot;,
&quot;status&quot;: 0,
&quot;minTxFee&quot;: 0.0014,
&quot;cnyRate&quot;: 0.0,
&quot;maxTxFee&quot;: 0.0039,
&quot;usdRate&quot;: 0.0,
&quot;enableRpc&quot;: 0,
&quot;sort&quot;: 3,
&quot;canWithdraw&quot;: 0,
&quot;canRecharge&quot;: 0,
&quot;canTransfer&quot;: 1,
&quot;canAutoWithdraw&quot;: 0,
&quot;withdrawThreshold&quot;: 0.01000000,
&quot;minWithdrawAmount&quot;: 0.10000000,
&quot;maxWithdrawAmount&quot;: 10000.00000000,
&quot;minRechargeAmount&quot;: 0.01000000,
&quot;isPlatformCoin&quot;: 0,
&quot;hasLegal&quot;: false,
&quot;allBalance&quot;: null,
&quot;coldWalletAddress&quot;: &quot;&quot;,
&quot;hotAllBalance&quot;: null,
&quot;blockHeight&quot;: null,
&quot;minerFee&quot;: null,
&quot;withdrawScale&quot;: 0,
&quot;infolink&quot;: &quot;https://www.foxs.pro/#/helpdetail?cate=3&amp;id=4&amp;cateTitle=%E5%B8%81%E7%A7%8D%E8%B5%84%E6%96%99&quot;,
&quot;information&quot;: &quot;Ethereum(以太坊)是一个平台和一种编程语言,使开发人员能够建立和发布下一代分布式应用。 Ethereum可以用来编程,分散,担保和交易任何事物:投票,域名,金融交易所,众筹,公司管理, 合同和大部分的协议,知识产权,还有得益于硬件集成的智能资产。&quot;,
&quot;accountType&quot;: 0,
&quot;depositAddress&quot;: &quot;0xF6eC618d8100228F7848CBade01294e0be4cd2D0&quot;,
&quot;withdrawFeeType&quot;: 0,
&quot;withdrawFeeValue&quot;: 0.00140000
}
],
&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>