get
https://open-api-v4.coinglass.com/api/futures/td/list
該接口提供合約交易中各幣種在不同時間週期下的 TD(Tom DeMark Sequential)指標計數數據,用於對比多週期趨勢強弱並輔助識別潛在反轉信號。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 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
},
....
]
}
200