币种TD序列列表(TD Sequential)

该接口提供合约交易中各币种在不同时间周期下的 TD(Tom DeMark Sequential)指标计数数据,用于对比多周期趋势强弱并辅助识别潜在的反转信号。

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

缓存/ 更新频率 : 10秒更新一次.

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

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

响应数据

{
  "code": "0",
  "data": [
    {
      "symbol": "BTC",
      "td_1m": 8,
      "td_5m": 7,
      "td_15m": 2,//正数代表买
      "td_30m": -8,//负数代表卖
      "td_1h": -5,
      "td_4h": 1,
      "td_1d": -1,
      "td_1w": 4
    },
    {
      "symbol": "ETH",
      "td_1m": 7,
      "td_5m": 6,
      "td_15m": 3,
      "td_30m": -4,
      "td_1h": -5,
      "td_4h": 3,
      "td_1d": 4,
      "td_1w": 4
    },
    ....
  ]
}
Response
200
Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!