AE


交易所数据

简要描述
请求URL
  • /index/index/coinglass
请求方式
  • get
请求Query参数
参数名 必选 类型 说明
type int 类型<br>0未平仓权益<br>1爆仓多空比<br>2多空比
time_type string 时间类型,h1,h4,h12,h24
成功返回示例
{
    "code": 0,
    "msg": "success",
    "data": {
        "CoinglassInterest": {
            "id": 15,
            "symbol": "ETC",
            "exchangeName": "Binance",
            "exchangeLogo": "https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png",
            "openInterestAmount": "2292034.350000",
            "openInterest": "43364837.496800",
            "volUsd": "104288094.430000",
            "rate": "44.61",
            "oiVolRadio": "0.415800",
            "h24Change": "-3.87",
            "h1OIChangePercent": "0.00"
        },
        "CoinglassLiquidation": {
            "id": 38,
            "symbol": "ETC",
            "exchangeName": "Binance",
            "exchangeLogo": "https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png",
            "time_type": "h1",
            "longRate": "0.00",
            "longVolUsd": "0.000000",
            "shortRate": "100.000000",
            "shortVolUsd": "1583.110970"
        },
        "CoinglassRatio": {
            "id": 50,
            "symbol": "ETC",
            "exchangeName": "Binance",
            "exchangeLogo": "https:\/\/cdn.coinglasscdn.com\/static\/exchanges\/270.png",
            "time_type": "h1",
            "longRate": "47.61",
            "longVolUsd": "3720571.727600",
            "shortRate": "52.390000",
            "shortVolUsd": "4093571.849200"
        },
        "LiquidationInfo": {
            "id": 1,
            "symbol": "ETC",
            "h1TotalVolUsd": "1873.181970",
            "h1Amount": "99.005400",
            "h4TotalVolUsd": "5095.764650",
            "h4Amount": "269.332200",
            "h12TotalVolUsd": "17681.379840",
            "h12Amount": "934.533900",
            "h24TotalVolUsd": "92923.457410",
            "h24Amount": "4911.387900"
        },
        "LongShortAccounts": null,
        "PerpetualMarket": 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 空值

页面列表

ITEM_HTML