TOOL API

CRYPTO_INTRADAY

Returns intraday time series (timestamp, open, high, low, close, volume) of the cryptocurrency specified, updated realtime.

finance1 credits

Call information

Tool slug
alpha-vantage.CRYPTO_INTRADAY
Provider
Alpha Vantage
Average response
0 ms
Calls in 7 days
0

Input parameters

symbolrequired

The digital/crypto currency of your choice. It can be any of the currencies in the digital currency list. For example: symbol=ETH.

marketrequired

The exchange market of your choice. It can be any of the market in the market list. For example: market=USD.

intervalrequired

Time interval between two consecutive data points in the time series. The following values are supported: 1min, 5min, 15min, 30min, 60min

outputsize

By 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.

datatype

By 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_data

Parameter return_full_data