Back to Alpha Vantage Digital Currency
Connect Knoon AI with Alpha Vantage Digital Currency (Alpha Vantage) to automate AI workflows.
Fetch intraday crypto time series data.
alphaVantageDigitalCurrencyIntraday
BETA
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| symbol | mustache | Digital currency symbol (e.g. "BTC"). | Yes |
| market | mustache | Market (e.g. "USD"). | Yes |
| interval | mustache | Intraday interval (e.g. "5min", "15min", "30min", "60min"). | Yes |
| outputSize | mustache | Optional. "compact" or "full". Defaults to compact. | No |
| datatype | mustache | Optional. Response datatype ("json" or "csv"). Defaults to json. | No |
Returns
| Name | 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. |