Solana DEX Pulse avatar

Solana DEX Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Solana DEX Pulse

Solana DEX Pulse

Keyless Solana DEX volume + liquidity monitor (public indexers, no API key): 24h/6h/1h volume, liquidity, and top pairs for major Solana DEXes, plus volume drift vs the last run (stateful KVS). One compact pulse item per run. 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 Solana DEX volume + liquidity monitor (public indexers, no API key): 24h/6h/1h volume, liquidity, and top pairs for major Solana DEXes, plus volume drift vs the last run (stateful KVS). One compact pulse item per run. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"kind": "dex-pulse",
"chain": "solana",
"ts": "2026-09-17T00:14:04Z",
"firstRun": true,
"prevRunTs": null,
"sources": {
"dexscreener": "ok",
"defillama": "ok",
"jupiter-lite": "ok"
},
"solUsdRef": 98.76700888189318,
"dexes": [
{
"dex": "Jupiter-agg",
"volume24hUsd": null,
"volume6hUsd": null,
"volume1hUsd": null,
"liquidityUsd": null,
"dexSharePct": null,
"monitoredPairs": 0,
"notes": [
"no monitored pairs with 24h volume in this run"
]
},
{
"dex": "Raydium",
"volume24hUsd": 72912122.39,
"volume6hUsd": 31165333.51,
"volume1hUsd": 2673959.46,
"liquidityUsd": 1106517554.06,
"dexSharePct": 24.93,
"monitoredPairs": 9,
"notes": []
},
{
"dex": "Orca",
"volume24hUsd": 162719625.62,
"volume6hUsd": 68026102.21,
"volume1hUsd": 4147644.21,
"liquidityUsd": 260074247.58,
"dexSharePct": 55.64,
"monitoredPairs": 8,
"notes": []
},
{
"dex": "Meteora",
"volume24hUsd": 56677161.75,
"volume6hUsd": 24155444.56,
"volume1hUsd": 1682219.69,
"liquidityUsd": 24827

Input

{
"limit": 20
}
FieldTypeDescription
limitintegerLimit: the limit parameter. Default: 20.

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