Solana Network Pulse avatar

Solana Network Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Solana Network Pulse

Solana Network Pulse

Keyless Solana mainnet state monitor (no API key, public RPC): epoch/slot progress, live TPS + user TPS + slot throughput, active vs delinquent validators, SOL supply, network tx count. Scheduled runs report what CHANGED since the last run (stateful KVS). One compact pulse item per run.

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 Solana mainnet state monitor (no API key, public RPC): epoch/slot progress, live TPS + user TPS + slot throughput, active vs delinquent validators, SOL supply, network tx count. Scheduled runs report what CHANGED since the last run (stateful KVS). One compact pulse item per run.

What you get

Every run writes a dataset with one row per record:

{
"kind": "network-pulse",
"chain": "solana",
"ts": "2026-09-05T02:53:59Z",
"firstRun": true,
"prevRunTs": null,
"epoch": {
"epoch": 1028,
"slot": 444409775,
"slotIndex": 313775,
"slotsInEpoch": 432000,
"epochProgressPct": 72.63
},
"throughput": {
"tps": 3111.2,
"userTps": 986.8,
"slotsPerSec": 3.2,
"windowSec": 480,
"samples": 8
},
"validators": {
"active": 677,
"delinquent": 18,
"delinquentPct": 2.59
},
"supplySol": {
"total": 633454858.12,
"circulating": 585359832.78,
"nonCirculating": 48095025.35
},
"transactionCount": 545271863145,
"rpcHealth": "ok",
"deltaVsPrev": null,
"alerts": []
}

Input

{
"samples": 8
}
FieldTypeDescription
samplesintegerSamples: the samples parameter. Default: 8.

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