幣種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!