席位多空比数据
<p><strong>简要描述:</strong> </p>
<ul>
<li>席位多空比数据接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://api.qhkch.com/broker_bbr/{broker}/{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;">broker</td>
<td style="text-align: left;">席位</td>
<td>永安期货</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>{
"bbr": 54.362079635107655
}</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;">bbr</td>
<td style="text-align: left;">float</td>
<td>多空比</td>
</tr>
</tbody>
</table>