DefiLlama Chain TVL Scraper avatar

DefiLlama Chain TVL Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
DefiLlama Chain TVL Scraper

DefiLlama Chain TVL Scraper

Actor that scrapes current DefiLlama chain TVL data and historical chain TVL series.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

FELT Labs

FELT Labs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Collects current chain TVL rows from DefiLlama plus optional historical TVL series for selected chains and the aggregate all-chain series.

Example input:

{
"chains": ["Ethereum", "Base"],
"includeCurrentTvl": true,
"includeHistory": true,
"includeTotalHistory": false,
"startDate": "2024-01-01",
"endDate": "2024-02-01",
"maxChains": 50
}

Operational notes:

  • Chain names should match DefiLlama names returned by /v2/chains.
  • When chains is empty and history is enabled, the actor selects the top chains by current TVL (up to maxChains).
  • startDate / endDate are YYYY-MM-DD; historical filtering is applied client-side because the API returns full series.