返回 Alpha Vantage Digital Currency
将 Knoon AI 与 Alpha Vantage Digital Currency (Alpha Vantage) 连接以自动化 AI 工作流。
Fetch intraday crypto time series data.
alphaVantageDigitalCurrencyIntraday
测试版
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| symbol | mustache | Digital currency symbol (e.g. "BTC"). | 是的 |
| market | mustache | Market (e.g. "USD"). | 是的 |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | 是的 |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | 没有 |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| symbol | string | Digital currency symbol. |
| market | string | Market. |
| metadata.information | string | API response description. |
| metadata.symbol | string | Digital currency symbol. |
| metadata.market | string | Market. |
| metadata.lastRefreshed | string | Last refreshed timestamp. |
| metadata.interval | string | Intraday interval. |
| metadata.timeZone | string | Market time zone. |
| seriesKey | string | Raw time series key name. |
| series.timestamp | string | Timestamp for the data point. |
| series.open | number | Open price. |
| series.high | number | High price. |
| series.low | number | Low price. |
| series.close | number | Close price. |
| series.volume | number | Volume. |