get_defillama_stablecoin_hist_data {rllama}R Documentation

Stablecoins History Data

Description

Retrieves stablecoin data, including details like name, symbol, price, and market cap. The data is returned as a sorted table.

Usage

get_defillama_stablecoin_hist_data(stablecoin_id)

Arguments

stablecoin_id

An integer representing the ID of the stablecoin. This ID can be obtained from the result of the get_defillama_stablecoin_data function.

Value

A 'data.table' object containing historical data of the specified stablecoin. The table is sorted by date.

Examples


stablecoin_hist_data = get_defillama_stablecoin_hist_data( 5 )
head( stablecoin_hist_data )


[Package rllama version 0.4.4 Index]