DefiLlama Protocol Radar
Pricing
from $1.00 / 1,000 dataset items
DefiLlama Protocol Radar
Keyless DeFi protocol radar (DefiLlama API, no API key): any protocol slug - TVL with 1d/7d/30d deltas, pool count, 30d trend, stateful KVS deltas vs last run, alerts on sharp TVL moves. Honest nulls where the source lacks fields. One compact item per run.
Pricing
from $1.00 / 1,000 dataset items
Rating
0.0
(0)
Developer
jedi solana
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Keyless DeFi protocol radar (DefiLlama API, no API key): any protocol slug - TVL with 1d/7d/30d deltas, pool count, 30d trend, stateful KVS deltas vs last run, alerts on sharp TVL moves. Honest nulls where the source lacks fields. One compact item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "protocol-radar","ts": "2026-09-18T00:32:51Z","firstRun": true,"prevRunTs": null,"protocol": {"name": "Kamino Lend","slug": null,"slugQuery": "kamino-lend"},"tvlUsd": 1334215787.0,"tvlDelta24hUsd": -1225216.0,"tvlDelta24hPct": -0.09,"tvlDelta7dUsd": 34186712.0,"tvlDelta7dPct": 2.63,"tvlDelta30dUsd": 265800316.0,"tvlDelta30dPct": 24.88,"chains": ["Solana"],"tokensTop": [{"name": null,"symbol": "BONK","amountUSD": 147984642775.34,"sharePct": 99.21},{"name": null,"symbol": "$WEN","amountUSD": 546623385.01,"sharePct": 0.37},{"name": null,"symbol": "USDE","amountUSD": 255904543.27,"sharePct": 0.17},{"name": null,"symbol": "ONYC","amountUSD": 173598346.62,"sharePct": 0.12},{"name": null,"symbol": "PRIME","amountUSD": 94650555.11,"sharePct": 0.06},{"name": null,"symbol": "SYRUPUSDC","amountUSD": 62899553.4,"sharePct": 0.04},{"name": null,"symbol": "USDC","amountUS
Input
{"slug": "kamino-lend","limit": 25}
| Field | Type | Description |
|---|---|---|
slug | string | Slug: the slug parameter. Default: "kamino-lend". |
limit | integer | Limit: the limit parameter. Default: 25. |
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), plusapify-actor-start. - Free to try on the free plan; PPE pricing applies to paid-plan users.
Categories
OTHER