委托管理列表
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>委托管理列表</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/admin/swap/order/page-query</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </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;content&quot; : [{
&quot;id&quot; : 14156,
&quot;contractId&quot; : 2,
&quot;memberId&quot; : 800377,
&quot;positionId&quot; : 4654,
&quot;contractOrderEntrustId&quot; : &quot;CE166661078655661&quot;,
&quot;patterns&quot; : &quot;CROSSED&quot;,
&quot;entrustType&quot; : &quot;CLOSE&quot;,
&quot;direction&quot; : &quot;BUY&quot;,
&quot;type&quot; : &quot;MARKET_PRICE&quot;,
&quot;symbol&quot; : &quot;ETH/USDT&quot;,
&quot;coinSymbol&quot; : &quot;ETH&quot;,
&quot;baseSymbol&quot; : &quot;USDT&quot;,
&quot;triggerPrice&quot; : 0E-8,
&quot;entrustPrice&quot; : 0E-8,
&quot;lossPrice&quot; : null,
&quot;lossEntrustPrice&quot; : null,
&quot;profitPrice&quot; : null,
&quot;profitEntrustPrice&quot; : null,
&quot;tradedPrice&quot; : 1346.85346840,
&quot;principalUnit&quot; : &quot;USDT&quot;,
&quot;principalAmount&quot; : 0E-8,
&quot;currentPrice&quot; : 1346.84000000,
&quot;openFee&quot; : null,
&quot;closeFee&quot; : 0E-8,
&quot;shareNumber&quot; : 500.00000000,
&quot;volume&quot; : 0E-8,
&quot;tradedVolume&quot; : 0E-8,
&quot;profitAndLoss&quot; : 0E-8,
&quot;status&quot; : &quot;ENTRUST_ING&quot;,
&quot;createTime&quot; : 1666610786556,
&quot;triggeringTime&quot; : 0,
&quot;isFromSpot&quot; : 0,
&quot;isBlast&quot; : 0,
&quot;isReward&quot; : 0,
&quot;isCut&quot; : 0,
&quot;isOneClose&quot; : 0,
&quot;isMarketAllClose&quot; : 0,
&quot;isLimitPrice&quot; : 0,
&quot;usdtOpenTime&quot; : null,
&quot;usdtOpenPrice&quot; : null,
&quot;isReversedOpen&quot; : 0,
&quot;leverage&quot; : 100,
&quot;dealTime&quot; : null,
&quot;positionType&quot; : 0,
&quot;moneyType&quot; : 1,
&quot;openType&quot; : null,
&quot;closeType&quot; : 0,
&quot;decimalScale&quot; : 2,
&quot;isPercentage&quot; : null,
&quot;violateTime&quot; : null,
&quot;followId&quot; : null,
&quot;followSystemId&quot; : null,
&quot;dividendPercent&quot; : null,
&quot;isSpecial&quot; : null,
&quot;percentageVolume&quot; : null,
&quot;cutType&quot; : null
} ],
&quot;last&quot; : true,
&quot;totalPages&quot; : 1,
&quot;totalElements&quot; : 7,
&quot;numberOfElements&quot; : 7,
&quot;sort&quot; : [ {
&quot;direction&quot; : &quot;DESC&quot;,
&quot;property&quot; : &quot;id&quot;,
&quot;ignoreCase&quot; : false,
&quot;nullHandling&quot; : &quot;NATIVE&quot;,
&quot;ascending&quot; : false,
&quot;descending&quot; : true
} ],
&quot;first&quot; : true,
&quot;size&quot; : 15,
&quot;number&quot; : 0
},
&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>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">positionType</td>
<td style="text-align: left;">int</td>
<td>0 全仓 , 1 分仓</td>
</tr>
</tbody>
</table>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>