get
https://open-api-v4.coinglass.com/api/futures/indicators/td
該接口提供合約交易中 TD(Tom DeMark Sequential)指標的歷史計數數據,用於跟蹤趨勢延續並識別潛在反轉信號。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 实时更新
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ❌ | ✅ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"msg": "success",
"data": [
{
"time": 1697587200000,
"td_buy_count": 4 //TD買入序列計數
},
{
"time": 1697673600000,
"td_buy_count": 5
},
....
]
} 200