奇货可查接口文档

奇货可查机构VIP接口文档


仓单数据

<p><strong>简要描述:</strong> </p> <ul> <li>仓单数据接口</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>https://api.qhkch.com/warehouse_receipt/{variety}/{date}</code></li> <li><code>https://api.qhkch.com/warehouse_receipt_all/{date}</code></li> </ul> <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;">variety</td> <td style="text-align: left;">品种编码</td> <td>RB</td> </tr> <tr> <td style="text-align: left;">date</td> <td style="text-align: left;">查询日期</td> <td>2018-08-08</td> </tr> </tbody> </table> <p><strong>请求方式:</strong></p> <ul> <li>GET </li> </ul> <p><strong>Header:</strong></p> <pre><code>X-Token:{token} </code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;trans_date&amp;quot;: &amp;quot;2018-08-08&amp;quot;, &amp;quot;total_vol&amp;quot;: 3856, &amp;quot;total_chge&amp;quot;: 0, &amp;quot;total_vol2&amp;quot;: 385.6, &amp;quot;total_chge2&amp;quot;: 0 } </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;">trans_date</td> <td style="text-align: left;">date</td> <td>查询日期</td> </tr> <tr> <td style="text-align: left;">total_vol</td> <td style="text-align: left;">float</td> <td>仓单数据</td> </tr> <tr> <td style="text-align: left;">total_chge</td> <td style="text-align: left;">float</td> <td>仓单变化量</td> </tr> <tr> <td style="text-align: left;">total_vol2</td> <td style="text-align: left;">float</td> <td>仓单数据折盘面手数</td> </tr> <tr> <td style="text-align: left;">total_chge</td> <td style="text-align: left;">float</td> <td>仓单变化量折盘面手数</td> </tr> </tbody> </table>

页面列表

ITEM_HTML