powered by
This function retrieves TVL data for various chains from a specified API and formats it into a data.table for analysis.
get_defillama_chain_tvl()
A `data.table` containing the TVL data with columns: name, symbol, tvl, gecko_id, cmcId, and chainId. The data is sorted by TVL in descending order.
chain_tvl = get_defillama_chain_tvl() head( chain_tvl )
Run the code above in your browser using DataLab