amberdata_market_metrics | R Documentation |
amberdata_market_metrics
amberdata_market_metrics(api_key, symbol, timeout_seconds = 60)
api_key |
your Amberdata API key |
symbol |
the asset symbol you wish to receive metrics for |
timeout_seconds |
seconds until the query times out. Default is 60. |
returns a list containing market metrics for the specified symbol.
## Not run:
api_key <- "..."
metrics <- amberdata_market_metrics(api_key, "btc")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.