View source: R/get_defillama_stablecoin_data.R
get_defillama_stablecoin_data | R Documentation |
Retrieves stablecoin data, including details like name, symbol, price, and market cap. The data is returned as a sorted table by market cap.
get_defillama_stablecoin_data()
A 'data.table' with stablecoin information, sorted by market capitalization.
stablecoin_data = get_defillama_stablecoin_data()
head( stablecoin_data )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.