全局现货-合约交易区交易对集合
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>全局合约&现货交易区交易对集合</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/market/details</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>GET</li>
</ul>
<h5>参数</h5>
<p>无</p>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: &quot;0&quot;,
&quot;msg&quot;: &quot;Success&quot;,
&quot;data&quot;: {
&quot;PERP&quot;: [
{
&quot;partitionName&quot;: &quot;USDT&quot;,
&quot;marketList&quot;: [
{
&quot;symbolId&quot;: 1,
&quot;symbol&quot;: &quot;PERP_BTC_USDT&quot;,
&quot;base&quot;: &quot;BTC&quot;,
&quot;baseScale&quot;: 4,
&quot;quote&quot;: &quot;USDT&quot;,
&quot;quoteScale&quot;: 1,
&quot;priceScale&quot;: 2,
&quot;maxLeverage&quot;: 125,
&quot;impactMarginNotional&quot;: 500.00000000,
&quot;limitMaxOpenOrders&quot;: 100,
&quot;minQuantity&quot;: 0.00010000000000,
&quot;maxQuantity&quot;: 500.00000000000000,
&quot;minAmount&quot;: 10.00000000000000,
&quot;maxAmount&quot;: 100000000.00000000000000,
&quot;takerRate&quot;: 0.00010000,
&quot;makerRate&quot;: 0.00010000,
&quot;marketLongState&quot;: true,
&quot;marketShortState&quot;: true,
&quot;openLongState&quot;: true,
&quot;openShortState&quot;: null,
&quot;triggerEntrustState&quot;: true,
&quot;sort&quot;: 1,
&quot;currentPrice&quot;: 98912.05,
&quot;vol&quot;: 721.8157,
&quot;amount&quot;: 71169824.6,
&quot;high&quot;: 99894.71,
&quot;low&quot;: 97285.36,
&quot;riseAndFall&quot;: 0.0129,
&quot;favorite&quot;: false,
&quot;openTime&quot;: &quot;2024-12-02 08:00:00&quot;,
&quot;icon&quot;: &quot;https://s3.us-west-1.amazonaws.com/hi-prod1/upload/599984d3-4eb9-489f-a00b-7fffac0ea48b.png&quot;,
&quot;fullName&quot;: &quot;Bitcoin&quot;
}
]
}
],
&quot;SPOT&quot;: [
{
&quot;partitionName&quot;: &quot;BTC&quot;,
&quot;marketList&quot;: [
{
&quot;symbolId&quot;: 1434,
&quot;base&quot;: &quot;BTC&quot;,
&quot;symbol&quot;: &quot;BTC_USDT&quot;,
&quot;quote&quot;: &quot;USDT&quot;,
&quot;amountScale&quot;: 8,
&quot;qtyScale&quot;: 6,
&quot;priceScale&quot;: 2,
&quot;marketName&quot;: null,
&quot;takerFeeRate&quot;: 0.00200000000000,
&quot;makerFeeRate&quot;: 0.00200000000000,
&quot;minTurnover&quot;: 0.00010000000000,
&quot;minTradeAmount&quot;: 1.00000000000000,
&quot;maxTradePrice&quot;: 999999.00000000000000,
&quot;sort&quot;: 6,
&quot;openTime&quot;: &quot;2024-11-19T23:27:22Z&quot;,
&quot;state&quot;: 1,
&quot;limitFlag&quot;: 1,
&quot;marketFlag&quot;: 1,
&quot;riseAndFall&quot;: 0.0129,
&quot;currentPrice&quot;: 98898.30,
&quot;currentPriceUsd&quot;: null,
&quot;vol&quot;: 6.792246,
&quot;amount&quot;: 669228.19750715,
&quot;high&quot;: 99888.86,
&quot;low&quot;: 97280.87,
&quot;favorite&quot;: false,
&quot;icon&quot;: &quot;https://s3.us-west-1.amazonaws.com/hi-prod1/upload/599984d3-4eb9-489f-a00b-7fffac0ea48b.png&quot;,
&quot;fullName&quot;: &quot;Bitcoin&quot;,
&quot;closeFor24h&quot;: null
}
]
},
{
&quot;partitionName&quot;: &quot;ETH&quot;,
&quot;marketList&quot;: [
{
&quot;symbolId&quot;: 2,
&quot;base&quot;: &quot;ETH&quot;,
&quot;symbol&quot;: &quot;ETH_USDT&quot;,
&quot;quote&quot;: &quot;USDT&quot;,
&quot;amountScale&quot;: 5,
&quot;qtyScale&quot;: 4,
&quot;priceScale&quot;: 2,
&quot;marketName&quot;: null,
&quot;takerFeeRate&quot;: 0.00200000000000,
&quot;makerFeeRate&quot;: 0.00200000000000,
&quot;minTurnover&quot;: 0.00010000000000,
&quot;minTradeAmount&quot;: 1.00000000000000,
&quot;maxTradePrice&quot;: 99999.00000000000000,
&quot;sort&quot;: 7,
&quot;openTime&quot;: &quot;2024-05-07T19:48:30Z&quot;,
&quot;state&quot;: 1,
&quot;limitFlag&quot;: 1,
&quot;marketFlag&quot;: 1,
&quot;riseAndFall&quot;: 0.0076,
&quot;currentPrice&quot;: 3639.12,
&quot;currentPriceUsd&quot;: null,
&quot;vol&quot;: 86.1326,
&quot;amount&quot;: 313707.91666,
&quot;high&quot;: 3697.58,
&quot;low&quot;: 3594.09,
&quot;favorite&quot;: false,
&quot;icon&quot;: &quot;https://s3.us-west-1.amazonaws.com/atlantis-uat/upload/d5f2189a-fdbd-4ae8-8605-eee8b5346468.png&quot;,
&quot;fullName&quot;: &quot;Ethereum&quot;,
&quot;closeFor24h&quot;: null
}
]
}
]
}
}</code></pre>
<h5>备注</h5>
<p>登陆可以获取是否自选,没登陆无法获取是否自选</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>