工具 API
CRYPTO_ INTRADAY
Returns intraday time series (timestamp, open, high, low, close, volume) of the cryptocurrency specified, updated realtime.
调用信息
- 工具标识
- alpha-vantage.CRYPTO_INTRADAY
- 服务提供方
- Alpha Vantage
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
symbol必填The digital/crypto currency of your choice. It can be any of the currencies in the digital currency list. For example: symbol=ETH.
market必填The exchange market of your choice. It can be any of the market in the market list. For example: market=USD.
interval必填Time 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