DefiLlama Protocol TVL Scraper avatar

DefiLlama Protocol TVL Scraper

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store
DefiLlama Protocol TVL Scraper

DefiLlama Protocol TVL Scraper

Under maintenance

Actor that scrapes DefiLlama protocol TVL summaries and per-protocol historical chain TVL.

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 DefiLlama protocol summaries from /protocols and optional per-protocol detail rows from /protocol/{protocol}, including current chain TVL, historical chain TVL, and optional token breakdowns.

Example input:

{
"protocols": [],
"categories": ["Lending"],
"chains": ["Ethereum", "Base"],
"minTvlUsd": 1000000,
"includeCurrentTvl": true,
"includeHistory": true,
"maxProtocols": 100
}

Advanced input (optional): includeProtocolList (summary rows), includeTokenBreakdown (per-token TVL — larger output), and startDate / endDate (YYYY-MM-DD).

Operational notes:

  • Use protocols when you want exact protocols instead of filtered discovery.
  • Token breakdown rows can become large quickly; leave them off unless you need them.
  • Historical filtering is applied client-side because protocol detail endpoints return full time series.