Retour à Alpha Vantage Digital Currency
Connecter Knoon AI avec Alpha Vantage Digital Currency (Alpha Vantage) pour automatiser les flux de travail AI.
Fetch intraday crypto time series data.
alphaVantageDigitalCurrencyIntraday
Bêta
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| symbol | mustache | Digital currency symbol (e.g. "BTC"). | Oui |
| market | mustache | Market (e.g. "USD"). | Oui |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | Oui |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | Non |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |