TOOL API
CRYPTO_ INTRADAY
Returns intraday time series (timestamp, open, high, low, close, volume) of the cryptocurrency specified, updated realtime.
Call information
- Tool slug
- alpha-vantage.CRYPTO_INTRADAY
- Provider
- Alpha Vantage
- Average response
- 0 ms
- Calls in 7 days
- 0
Input parameters
symbolrequiredThe digital/crypto currency of your choice. It can be any of the currencies in the digital currency list. For example: symbol=ETH.
marketrequiredThe exchange market of your choice. It can be any of the market in the market list. For example: market=USD.
intervalrequiredTime interval between two consecutive data points in the time series. The following values are supported: 1min, 5min, 15min, 30min, 60min
outputsizeBy default, outputsize=compact. Strings compact and full are accepted with the following specifications: compact returns only the latest 100 data points in the intraday time series; full returns the full-length intraday time series. The "compact" option is recommended if you would like to reduce the data size of each API call.
datatypeBy default, datatype=csv. Strings json and csv are accepted with the following specifications: json returns the intraday time series in JSON format; csv returns the time series as a CSV (comma separated value) file.
return_full_dataParameter return_full_data