Learn R Programming

usdc (version 0.1.0)

fetch_historical_ethereum: Fetch historical USDC metrics on Ethereum

Description

Queries the `CoinMetrics` API to retrieve historical USDC metrics

Usage

fetch_historical_ethereum(metric = "CapMrktCurUSD")

Arguments

metric

(character) A valid CoinMetrics asset metric

Value

a dataframe with the historical USDC metrics (see: https://docs.coinmetrics.io/api/v4#operation/getCatalogAllMetrics)

Examples

Run this code
# NOT RUN {
fetch_historical_ethereum(metric = "CapMrktCurUSD")
# }

Run the code above in your browser using DataLab