powered by
amberdata_market_metrics
amberdata_market_metrics(api_key, symbol, timeout_seconds = 60)
returns a list containing market metrics for the specified symbol.
your Amberdata API key
the asset symbol you wish to receive metrics for
seconds until the query times out. Default is 60.
if (FALSE) { api_key <- "..." metrics <- amberdata_market_metrics(api_key, "btc")}
Run the code above in your browser using DataLab