DEX Volume Pulse avatar

DEX Volume Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
DEX Volume Pulse

DEX Volume Pulse

Keyless DEX volume pulse (DefiLlama public overview API, no key): global + per-chain DEX volume (24h/7d/30d totals, daily series), run-over-run stateful volume deltas + spike/drain 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

3 days ago

Last modified

Categories

Share

Keyless DEX volume pulse (DefiLlama public overview API, no key): global + per-chain DEX volume (24h/7d/30d totals, daily series), run-over-run stateful volume deltas + spike/drain alerts. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "dex-volume-pulse",
"ts": "2026-09-23T00:20:06Z",
"firstRun": true,
"prevRunTs": null,
"global": {
"volume24hUsd": 13922533093.750002,
"volume7dUsd": 78559239357.62997,
"volume30dUsd": 312656683127.9996,
"dailySeries": [
[
"2026-08-24T00:00:00Z",
10989793897.850004
],
[
"2026-08-25T00:00:00Z",
10586338663.430002
],
[
"2026-08-26T00:00:00Z",
8671973145.070002
],
[
"2026-08-27T00:00:00Z",
11258442926.609997
],
[
"2026-08-28T00:00:00Z",
10258160580.529999
],
[
"2026-08-29T00:00:00Z",
6474935329.619998
],
[
"2026-08-30T00:00:00Z",
7952690220.450001
],
[
"2026-08-31T00:00:00Z",
10201856553.039999
],
[
"2026-09-01T00:00:00Z",
10300573981.919998
],
[
"2026-09-02T00:00:00Z",
10676595600.960001
],
[
"2026-09-03T00:00:00Z",
11464429201.019999
],
[
"2026-09-04T00:00:00Z",
12147096699.939997
],
[
"2026-09-05T00:00:

Input

{
"chains": "Solana,Ethereum,Base,BSC",
"days": 30
}
FieldTypeDescription
chainsstringChains: the chains parameter. Default: "Solana,Ethereum,Base,BSC".
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