get_lost_coins: Get the amount of coins that are considered lost or HODLed

get_lost_coinsR Documentation

Get the amount of coins that are considered lost or HODLed

Description

This is a calculated statistics

Usage

get_lost_coins(
  asset = "BTC",
  since = NULL,
  until = NULL,
  frequency = "24h",
  api_key = Sys.getenv("GN_API_KEY"),
  as_date = TRUE
)

Arguments

asset

Asset to examine (BTC or LTC)

since

The start date

until

The end date

frequency

The frequency to examine: 1h,24h

api_key

The api key. It looks in the env variable GN_API_KEY if not set

as_date

A logical to return a Date not a POSIXct object for daily or lower frequency

Value

return a tibble with the date and the addresses

Examples

## Not run: 
x <- get_new_addresses()

## End(Not run)

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