get_defillama_stablecoin_data {rllama}R 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 )

[Package rllama version 0.4.4 Index]