简要描述
请求URL
请求方式
请求Query参数
参数名 |
必选 |
类型 |
说明 |
type |
否 |
int |
类型<br>0未平仓权益<br>1爆仓多空比<br>2多空比 |
time_type |
否 |
string |
时间类型,h1,h4,h12,h24 |
成功返回示例
{
&quot;code&quot;: 0,
&quot;msg&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;CoinglassInterest&quot;: {
&quot;id&quot;: 15,
&quot;symbol&quot;: &quot;ETC&quot;,
&quot;exchangeName&quot;: &quot;Binance&quot;,
&quot;exchangeLogo&quot;: &quot;https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png&quot;,
&quot;openInterestAmount&quot;: &quot;2292034.350000&quot;,
&quot;openInterest&quot;: &quot;43364837.496800&quot;,
&quot;volUsd&quot;: &quot;104288094.430000&quot;,
&quot;rate&quot;: &quot;44.61&quot;,
&quot;oiVolRadio&quot;: &quot;0.415800&quot;,
&quot;h24Change&quot;: &quot;-3.87&quot;,
&quot;h1OIChangePercent&quot;: &quot;0.00&quot;
},
&quot;CoinglassLiquidation&quot;: {
&quot;id&quot;: 38,
&quot;symbol&quot;: &quot;ETC&quot;,
&quot;exchangeName&quot;: &quot;Binance&quot;,
&quot;exchangeLogo&quot;: &quot;https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png&quot;,
&quot;time_type&quot;: &quot;h1&quot;,
&quot;longRate&quot;: &quot;0.00&quot;,
&quot;longVolUsd&quot;: &quot;0.000000&quot;,
&quot;shortRate&quot;: &quot;100.000000&quot;,
&quot;shortVolUsd&quot;: &quot;1583.110970&quot;
},
&quot;CoinglassRatio&quot;: {
&quot;id&quot;: 50,
&quot;symbol&quot;: &quot;ETC&quot;,
&quot;exchangeName&quot;: &quot;Binance&quot;,
&quot;exchangeLogo&quot;: &quot;https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png&quot;,
&quot;time_type&quot;: &quot;h1&quot;,
&quot;longRate&quot;: &quot;47.61&quot;,
&quot;longVolUsd&quot;: &quot;3720571.727600&quot;,
&quot;shortRate&quot;: &quot;52.390000&quot;,
&quot;shortVolUsd&quot;: &quot;4093571.849200&quot;
},
&quot;LiquidationInfo&quot;: {
&quot;id&quot;: 1,
&quot;symbol&quot;: &quot;ETC&quot;,
&quot;h1TotalVolUsd&quot;: &quot;1873.181970&quot;,
&quot;h1Amount&quot;: &quot;99.005400&quot;,
&quot;h4TotalVolUsd&quot;: &quot;5095.764650&quot;,
&quot;h4Amount&quot;: &quot;269.332200&quot;,
&quot;h12TotalVolUsd&quot;: &quot;17681.379840&quot;,
&quot;h12Amount&quot;: &quot;934.533900&quot;,
&quot;h24TotalVolUsd&quot;: &quot;92923.457410&quot;,
&quot;h24Amount&quot;: &quot;4911.387900&quot;
},
&quot;LongShortAccounts&quot;: null,
&quot;PerpetualMarket&quot;: null
}
}
成功返回示例的参数说明
参数名 |
类型 |
说明 |
<code>type为0时</code> |
|
|
data |
array |
交易所未平仓权益 |
・symbol |
string |
币种 |
・exchangeName |
string |
交易所名称 |
・exchangeLogo |
string |
交易所图标 |
・openInterestAmount |
float |
持仓(BTC) |
・openInterest |
float |
持仓(U) |
・volUsd |
float |
交易量 |
・rate |
float |
占比 |
・oiVolRadio |
float |
24小时成交量 |
・h24Change |
float |
24小时持仓变化 |
・h1OIChangePercent |
float |
1小时持仓变化 |
<code>type为1时</code> |
|
|
data |
array |
交易所爆仓多空比 |
・symbol |
string |
币种 |
・exchangeName |
string |
交易所名称 |
・exchangeLogo |
string |
交易所图标 |
・time_type |
string |
时间类型 |
・longRate |
float |
多比 |
・longVolUsd |
float |
多值 |
・shortRate |
float |
空比 |
・shortVolUsd |
float |
空值 |
<code>type为2时</code> |
|
|
data |
array |
交易所多空比 |
・symbol |
string |
币种 |
・exchangeName |
string |
交易所名称 |
・exchangeLogo |
string |
交易所图标 |
・time_type |
string |
时间类型 |
・longRate |
float |
多比 |
・longVolUsd |
float |
多值 |
・shortRate |
float |
空比 |
・shortVolUsd |
float |
空值 |