New DeFi Protocol Radar avatar

New DeFi Protocol Radar

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
New DeFi Protocol Radar

New DeFi Protocol Radar

Keyless new DeFi protocol radar (DefiLlama public API, no API key): protocols listed in the last N days with live TVL, chain + category, growth vs listing-day base, stateful KVS new-protocol detection vs the last run. Discovery radar, read-only public data.

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

5 days ago

Last modified

Categories

Share

Keyless new DeFi protocol radar (DefiLlama public API, no API key): protocols listed in the last N days with live TVL, chain + category, growth vs listing-day base, stateful KVS new-protocol detection vs the last run. Discovery radar, read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "new-protocol-radar",
"ts": "2026-09-21T00:22:44Z",
"firstRun": true,
"prevRunTs": null,
"windowDays": 30,
"count": 151,
"totalTvlUsd": 1074819442.45,
"topN": [
{
"name": "Bittensor dTAO",
"chain": "Bittensor",
"category": "Dexs",
"tvlUsd": 468643259.35,
"ageDays": 1,
"listedAt": "2026-09-19T02:25:23Z",
"growthScore": 468643259.35
},
{
"name": "Theo Network thUSD",
"chain": "Ethereum",
"category": "RWA",
"tvlUsd": 134609807.48,
"ageDays": 10,
"listedAt": "2026-09-10T00:48:33Z",
"growthScore": 13460980.75
},
{
"name": "Phase Delegation",
"chain": "Solana",
"category": "Liquid Staking",
"tvlUsd": 121042077.65,
"ageDays": 24,
"listedAt": "2026-08-27T19:03:37Z",
"growthScore": 5043419.9
},
{
"name": "BDEX V3",
"chain": "BOT Chain",
"category": "Dexs",
"tvlUsd": 31088755.75,
"ageDays": 27,
"listedAt": "2026-08-24T20:46:23Z",
"growthScore": 1151435.4
},
{
"name": "Fables",
"chain": "Robinhood Chain",
"category": "Dexs",
"tvlUsd": 30733920

Input

{
"window_days": 30,
"limit": 30
}
FieldTypeDescription
window_daysintegerWindowDays: the windowdays parameter. Default: 30.
limitintegerLimit: the limit parameter. Default: 30.

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