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