DeFi Fees Pulse avatar

DeFi Fees Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
DeFi Fees Pulse

DeFi Fees Pulse

Keyless DeFi fees & revenue pulse (DefiLlama public overview API, no key): global DEX fees/revenue (24h/7d/30d totals, daily series), run-over-run stateful deltas + fee-surge alerts. 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

4 days ago

Last modified

Categories

Share

Keyless DeFi fees & revenue pulse (DefiLlama public overview API, no key): global DEX fees/revenue (24h/7d/30d totals, daily series), run-over-run stateful deltas + fee-surge alerts. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "defi-fees-pulse",
"ts": "2026-09-22T01:01:16Z",
"firstRun": true,
"prevRunTs": null,
"metric": "fees",
"metricsNote": null,
"totals": {
"fees24hUsd": 81731230.41999999,
"fees7dUsd": 495350188.5899987,
"fees30dUsd": 2330205164.7099814,
"last1yUsd": 23892381290.598946,
"change1dPct": 11.6,
"change7dPct": 2.46,
"change7dover7dPct": -15.45,
"change30dover30dPct": 33.92
},
"dailySeries": [
[
"2026-08-24T00:00:00Z",
73059596.70999998
],
[
"2026-08-25T00:00:00Z",
75043328.22000003
],
[
"2026-08-26T00:00:00Z",
70257567.58000001
],
[
"2026-08-27T00:00:00Z",
79662077.16000009
],
[
"2026-08-28T00:00:00Z",
73884334.13
],
[
"2026-08-29T00:00:00Z",
64083534.25000007
],
[
"2026-08-30T00:00:00Z",
72452479.06000002
],
[
"2026-08-31T00:00:00Z",
79719350.45999987
],
[
"2026-09-01T00:00:00Z",
82603262.94999996
],
[
"2026-09-02T00:00:00Z",
81104973.57999998
],
[
"2026-09-03T00:00:00Z",
88367137.34
],
[
"2026-09-04T00

Input

{
"metric": "fees",
"days": 30
}
FieldTypeDescription
metricstringMetric: the metric parameter. Default: "fees".
daysintegerDays: the days 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