get_defillama_stablecoin_data: Stablecoins Data

View source: R/get_defillama_stablecoin_data.R

get_defillama_stablecoin_dataR Documentation

Stablecoins Data

Description

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

Usage

get_defillama_stablecoin_data()

Value

A 'data.table' with stablecoin information, sorted by market capitalization.

Examples

stablecoin_data = get_defillama_stablecoin_data()
head( stablecoin_data )

rllama documentation built on May 29, 2024, 4:40 a.m.