合约与现货成交量比值

该接口提供合约与现货成交量比值 数据,包括时间戳、成交量比值、合约成交量(美元)以及现货成交量(美元)。

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

缓存 / 更新频率: 实时更新.

该接口以下API等级可用: API 等级

API 等级爱好版创业版标准版专业版企业版
可用性

响应数据

{
  "code": "0", // 返回状态码
  "data": [
    {
      "time": 1766588040000, // 时间戳(毫秒)
      "futures_spot_vol_ratio": 16.9974, // 合约 / 现货 成交量比值
      "futures_vol_usd": 59900899.685, // 合约成交量(美元)
      "spot_vol_usd": 3524120.4165 // 现货成交量(美元)
    },
    {
      "time": 1766588100000, // 时间戳(毫秒)
      "futures_spot_vol_ratio": 9.0887, // 合约 / 现货 成交量比值
      "futures_vol_usd": 24469968.832, // 合约成交量(美元)
      "spot_vol_usd": 2692346.1708 // 现货成交量(美元)
    }
  ]
}
Query Params
string
required
Defaults to Binance

以逗号分隔的交易所名称(例如:"binance, okx, bybit")。可通过 supported-exchanges 接口获取支持的交易所。

string
required
Defaults to BTC

交易币种(例如:BTC)。通过 support-coins API 获取支持的币种。

string
required
Defaults to 1h

数据时间间隔。支持的值:1m、3m、5m、15m、30m、1h、4h、6h、8h、12h、1d、1w。

integer

每次请求的结果数量。默认值:1000,最大值:1000。

int64

起始时间戳(单位:毫秒,例如:1641522717000)。

int64

结束时间戳(单位:毫秒,例如:1641522717000)。

Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!