DefiLlama Protocol Deep Watch avatar

DefiLlama Protocol Deep Watch

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
DefiLlama Protocol Deep Watch

DefiLlama Protocol Deep Watch

Keyless single-protocol deep watch (DefiLlama public API, no key): per-slug TVL history (7d/30d change, TVL-drop alerts), chain-level TVL breakdown, mcap/TVL ratio, hack/hallmark flags, stateful KVS deltas vs last run. Portfolio-grade protocol monitoring. Read-only.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Keyless single-protocol deep watch (DefiLlama public API, no key): per-slug TVL history (7d/30d change, TVL-drop alerts), chain-level TVL breakdown, mcap/TVL ratio, hack/hallmark flags, stateful KVS deltas vs last run. Portfolio-grade protocol monitoring. Read-only.

What you get

Every run writes a dataset with one row per record:

{
"kind": "protocol-deep-watch",
"ts": "2026-09-22T00:39:40Z",
"firstRun": true,
"prevRunTs": null,
"count": 4,
"note": null,
"protocols": [
{
"slug": "lido",
"name": "Lido",
"chain": "Ethereum",
"tvlUsd": 27250254902,
"tvl7dChangePct": 11.91,
"tvl30dChangePct": 17.17,
"tvlDropPct7d": 11.91,
"chainTvls": [
{
"chain": "Ethereum",
"tvlUsd": 27244086207.45407
},
{
"chain": "Solana",
"tvlUsd": 6168695.11994
},
{
"chain": "Terra",
"tvlUsd": 0
},
{
"chain": "Moonriver",
"tvlUsd": 0
},
{
"chain": "Moonbeam",
"tvlUsd": 0
}
],
"mcapUsd": 358166395.8088233,
"mcapTvlRatio": 0.0131,
"hackCount": 0,
"lastHackTitle": null,
"alertIf": null,
"note": null
},
{
"slug": "aave-v3",
"name": "Aave V3",
"chain": "Optimism",
"tvlUsd": 18860081288,
"tvl7dChangePct": 7.89,
"tvl30dChangePct": 11.2,
"tvlDropPct7d": 7.89,
"chainTvls": [
{
"chain": "Ethere

Input

{
"slugs": "lido,aave-v3,uniswap-v3,maker-2,compound-v3",
"limit": 5
}
FieldTypeDescription
slugsstringSlugs: the slugs parameter. Default: "lido,aave-v3,uniswap-v3,maker-2,compound-v3".
limitintegerLimit: the limit parameter. Default: 5.

Use cases

  • Monitor on a schedule — run this Actor on a timer and get a fresh, normalized snapshot every time; diff the datasets to see what changed.
  • Feed a dashboard or model — clean, one-JSON-item-per-record output is ready to pipe into a spreadsheet, database, or LLM prompt without any post-processing.
  • Research & due diligence — pull a structured set of records for a topic, name, or window without scraping the public source by hand.

Limits & notes

  • No API key, no login: it only reads public endpoints/feeds. If the upstream source is degraded, the run still succeeds and returns an honest status item instead of failing.
  • Results reflect what the public source returned at run time (top-N windows, newest-first where applicable).
  • Pay-per-event via synthetic events: each default-dataset item is billed through apify-default-dataset-item ($0.001 per item), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER