鲸鱼指数

此端点提供鲸鱼指数历史数据。

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

缓存/ 更新频率 : 实时.

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

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

响应数据

{
  "code": "0",
  "data": [
    {
      "time": 1665532800000,
      "whale_index_value": -184.8
    },
    {
      "time": 1665619200000,
      "whale_index_value": -118.965
    },
    {
      "time": 1665705600000,
      "whale_index_value": -58.795
    },
    {
      "time": 1665792000000,
      "whale_index_value": -84.095
    },
}
Query Params
string
required
Defaults to Binance

合约交易所名称(例如:Binance、OKX)。可通过 support-exchange-pair 接口获取支持的交易所。

string
required
Defaults to BTCUSDT

交易对(例如:BTCUSDT)。可通过 support-exchange-pair 接口查询支持的交易对

string
required
Defaults to 1d

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

string

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

string

以毫秒为单位的开始时间戳(例如 1641522717000)。

string

以毫秒为单位的结束时间戳(例如 1641522717000)。

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