AI固收

债券项目


V2.2.0 查询当天剩余交易额度

<p><strong>简要描述:</strong> </p> <ul> <li>查询当天剩余交易额度 接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://localhost:8081/bond-api/band/trade/V2.2.0/stayTradeAmt</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </li> </ul> <p><strong>参数:</strong> </p> <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> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户token</td> </tr> <tr> <td style="text-align: left;">bandId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>组合id</td> </tr> <tr> <td style="text-align: left;">opType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>操作方向 1多开 2空开</td> </tr> </tbody> </table> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;, &amp;quot;code&amp;quot;: &amp;quot;0000&amp;quot;, &amp;quot;data&amp;quot;: { &amp;quot;tip&amp;quot;: &amp;quot;当前可空开:100000万元&amp;quot; } }</code></pre> <p><strong>返回参数说明</strong> </p> <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;">tip</td> <td style="text-align: left;">string</td> <td>当天剩余额度</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul> <p>欢迎使用ShowDoc!</p>

页面列表

ITEM_HTML