get_tvl: Get the Total Value Locked for all DeFi platforms

View source: R/get_tvl.R

get_tvlR Documentation

Get the Total Value Locked for all DeFi platforms

Description

Get the Total Value Locked for all DeFi platforms

Usage

get_tvl(since = NULL, until = NULL, api_key = Sys.getenv("GN_API_KEY"))

Arguments

since, until

A POSIX compatible date-time object. It's converted to a unix date number

api_key

The API key to use. Checks the env variable API_KEY

Value

Returns a tidy data set denominated in USD

Examples

## Not run: 
# Need a API key to run
x <- get_tvl()

## End(Not run)

James-Crypto-Research/GlassnodeR documentation built on Feb. 24, 2025, 3:21 p.m.