Solana Validator Watch
Pricing
from $1.00 / 1,000 dataset items
Solana Validator Watch
Keyless Solana validator watch (public RPC getVoteAccounts, no API key): active/delinquent validator counts, total activated stake, top-N by stake with commission, stake-change + delinquency + new/dropped-validator deltas vs 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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Keyless Solana validator watch (public RPC getVoteAccounts, no API key): active/delinquent validator counts, total activated stake, top-N by stake with commission, stake-change + delinquency + new/dropped-validator deltas vs last run (stateful KVS). One compact pulse item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "validator-pulse","chain": "solana","ts": "2026-09-18T00:43:31Z","firstRun": true,"prevRunTs": null,"solPriceUsd": null,"network": {"activeValidatorCount": 677,"delinquentValidatorCount": 13,"delinquentPct": 1.88,"totalActiveStakeSOL": 439585187.96,"totalActiveStakeUsd": null},"topValidators": [{"votePubkey": "CcaHc2L43ZWjwCHART3oZoJvHLAe9hzT2DJNUpBzoTN1","nodePubkey": "Fd7btgySsrjuo25CJCj7oE7VPMyezDhnx7pZkj2v69Nk","commissionPct": 0.07,"activatedStakeSOL": 17767427.7,"shareOfActiveStakePct": 4.0419,"rootSlot": 447934164},{"votePubkey": "he1iusunGwqrNtafDtLdhsUQDFvo13z9sUa36PauBtk","nodePubkey": "HEL1USMZKAL2odpNBj2oCjffnFGaYwmbGmyewGv1e2TU","commissionPct": 0.0,"activatedStakeSOL": 16352114.4,"shareOfActiveStakePct": 3.7199,"rootSlot": 447934164},{"votePubkey": "3N7s9zXMZ4QqvHQR15t5GNHyqc89KduzMP7423eWiD5g","nodePubkey": "DRpbCBMxVnDK7maPM5tGv6MvB3v1sRMC86PZ8okm21hy","commissionPct": 0.0,"activatedStakeSOL": 12485145.26,"shareOfActiveStakePct": 2.8402,"rootSlot": 447934164
Input
{"limit": 20}
| Field | Type | Description |
|---|---|---|
limit | integer | Limit: 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), plusapify-actor-start. - Free to try on the free plan; PPE pricing applies to paid-plan users.
Categories
OTHER