Solana Program Activity Pulse
Pricing
from $1.00 / 1,000 dataset items
Solana Program Activity Pulse
Keyless Solana program-activity monitor (public RPC, no API key): recent-signature activity for a program ID (count, latest ts), program account size + owner, per-run window tx count, stateful KVS deltas vs last run, alerts on activity spike/drop. 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 program-activity monitor (public RPC, no API key): recent-signature activity for a program ID (count, latest ts), program account size + owner, per-run window tx count, stateful KVS deltas vs last run, alerts on activity spike/drop. One compact pulse item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "program-pulse","ts": "2026-09-19T00:15:00Z","firstRun": true,"prevRunTs": null,"program": "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4","programName": "Jupiter-v6","recentTxs": {"count": 50,"spanHours": 0.0003,"successRate": 52.0,"lastSeenSlot": 448242262,"sample": [{"sig": "3pwzMweh5FK6sfwH8zsDeNHyMZheXQnRAhzGxTdDZ7uyQFMYiJXThFVSHpLj2ehNmRRsy6dtwevZej7an2ZNxco2","ts": 1789776892,"isErr": true,"slot": 448242262},{"sig": "rGTjhSkvVSYyMZu44AysCTNofqRT2TNq5EeMeo1Eso9SoNevrJ52kskjDCGzSKN6QpB6MM5M9pWGLiZiG2m4TUk","ts": 1789776892,"isErr": false,"slot": 448242262},{"sig": "H7uAoxvTE5B9E1jTYaZSt4d1znXYAJ8dsjg58Z4LkSt14t6aqf9SoVUWvDPksqKQQHcA5XMXRmQVd73FvJyR3oz","ts": 1789776892,"isErr": false,"slot": 448242262},{"sig": "27WiQuDUL6Ru36pSA7hzsFstZiqESgqZQqLTxLx7FVRUCP7SZjG7XJ5bSzs9g7t7KpcJEWpYDq5syE7ETwKCmSha","ts": 1789776892,"isErr": true,"slot": 448242262},{"sig": "3EK3qfVmJ4fCXLTKibJKPSUoxSsBLg8Tjmtf5PFRxbjK7x2JUYLckNo6
Input
{"program": "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4","limit": 50}
| Field | Type | Description |
|---|---|---|
program | string | Program: the program parameter. Default: "JUP6LkbZbjS1jKKwapdHNy74zcZ3tLUZoi5QNyVTaV4". |
limit | integer | Limit: the limit parameter. Default: 50. |
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