View source: R/get_defillama_stablecoin_hist_data.R
get_defillama_stablecoin_hist_data | R Documentation |
Retrieves stablecoin data, including details like name, symbol, price, and market cap. The data is returned as a sorted table.
get_defillama_stablecoin_hist_data(stablecoin_id)
stablecoin_id |
An integer representing the ID of the stablecoin. This ID can be obtained
from the result of the |
A 'data.table' object containing historical data of the specified stablecoin. The table is sorted by date.
stablecoin_hist_data = get_defillama_stablecoin_hist_data( 5 )
head( stablecoin_hist_data )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.