get
https://open-api-v4.coinglass.com/api/index/fear-greed-history
該接口提供恐懼與貪婪指數數據。
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
快取 / 更新頻率: 每 1天更新一次
該接口以下 API 等級可用: API 等級:
| API 等級 | 業餘版 | 創業版 | 標準版 | 專業版 | 企業版 |
|---|---|---|---|---|---|
| 可用性 | ✅ | ✅ | ✅ | ✅ | ✅ |
響應數據
{
"code": "0",
"msg": "success",
"data": [
{
"values": [4611285.1141, ...], // 恐懼與貪婪指數的數值
"price": [4788636.51145, ...], // 對應的價格數據
"time_list": [1636588800, ...] // 時間戳
}
]
}