DeFi Protocol Incident Watch
Pricing
from $1.00 / 1,000 dataset items
DeFi Protocol Incident Watch
Keyless DeFi incident watch (DefiLlama public protocol data, no API key): scans a watchlist of major protocols for hack incidents + hallmarks (official protocol events), aggregates newest incidents, and flags NEW hacks/hallmarks vs the last run (stateful KVS). Read-only public data.
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
6 days ago
Last modified
Categories
Share
Keyless DeFi incident watch (DefiLlama public protocol data, no API key): scans a watchlist of major protocols for hack incidents + hallmarks (official protocol events), aggregates newest incidents, and flags NEW hacks/hallmarks vs the last run (stateful KVS). Read-only public data.
What you get
Every run writes a dataset with one row per record:
{"kind": "incident-watch","ts": "2026-09-20T00:31:16Z","firstRun": true,"prevRunTs": null,"protocols": [{"slug": "aave-v3","name": "Aave V3","tvlUsd": 18003708207.0,"hackCount": 1,"hacks": [{"ts": 1773273600,"title": "Oracle Manipulation","description": "Oracle Misconfiguration | $862,000 | Ethereum | returned $862,000"}],"hallmarkCount": 3,"latestHallmark": {"ts": 1776470400,"title": "KelpDAO hack"}},{"slug": "lido","name": "Lido","tvlUsd": 25627777605.0,"hackCount": 0,"hacks": [],"hallmarkCount": 5,"latestHallmark": {"ts": 1684108800,"title": "ETH Withdrawal Activation"}},{"slug": "chainlink","name": "Chainlink","tvlUsd": 1768002722.0,"hackCount": 0,"hacks": [],"hallmarkCount": 0,"latestHallmark": null},{"slug": "uniswap-v3","name": "Uniswap V3","tvlUsd": 1616608898.0,"hackCount": 0,"hacks": [],"hallmarkCount": 7,"latestHallmark": {
Input
{"slugs": "aave-v3,lido,chainlink,uniswap-v3,compound-v3,maker-2,optimism,arbitrum,nexus,curve-dex","limit": 10}
| Field | Type | Description |
|---|---|---|
slugs | string | Slugs: the slugs parameter. Default: "aave-v3,lido,chainlink,uniswap-v3,compound-v3,maker-2,optimism,arbitrum,nexus,curve-dex". |
limit | integer | Limit: the limit parameter. Default: 10. |
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