Solana LST Pulse
Pricing
from $1.00 / 1,000 dataset items
Solana LST Pulse
Keyless Solana liquid-staking pulse (public RPC, no API key): per-LST total supply, top-10 holder concentration, and supply/concentration drift vs the last run (stateful KVS deltas) with surge/drain/new-LST alerts across jupSOL, JitoSOL, mSOL, bSOL, stSOL, sSOL. 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 liquid-staking pulse (public RPC, no API key): per-LST total supply, top-10 holder concentration, and supply/concentration drift vs the last run (stateful KVS deltas) with surge/drain/new-LST alerts across jupSOL, JitoSOL, mSOL, bSOL, stSOL, sSOL. One compact pulse item per run.
What you get
Every run writes a dataset with one row per record:
{"kind": "solana-lst-pulse","chain": "solana","ts": "2026-09-24T00:47:25Z","firstRun": true,"prevRunTs": null,"count": 6,"totalLstSupplyUsd": null,"usdNote": "null by design: no keyless USD price source in this span; never fabricated","perMint": [{"symbol": "jupSOL","mint": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v","supply": 4279132.81272951,"supplyUi": "4279132.81272951","top10SharePct": null,"holderCount": null,"hostServed": "https://api.mainnet-beta.solana.com","largestAccountsError": "Solana RPC getTokenLargestAccounts failed on all keyless endpoints: HTTP 403 from https://solana-rpc.publicnode.com {\"jsonrpc\":\"2.0\",\"error\":{\"code\":-32602,\"message\":\"Indexed requests require a personal token. Get one at: https://www.allnodes.com/publicnode\"},\"id\":1}","top10SharePctNote": "null: getTokenLargestAccounts failed"},{"symbol": "JitoSOL","mint": "J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn","supply": 7960889.334703502,"supplyUi": "7960889.334703502","top10SharePct": null,"holderCount": null,"hostServed": "https://api
Input
{"lst_mints": "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v,J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn,mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So,bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1,7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj,sSo14endRuUbvQaJS3dq36Q829a3A6BEfoeeRGJywEh"}
| Field | Type | Description |
|---|---|---|
lst_mints | string | LstMints: the lstmints parameter. Default: "jupSoLaHXQiZZTSfEWMTRRgpnyFm8f6sZdosWBjx93v,J1toso1uCk3RLmjorhTtrVwY9HJ7X8V9yYac6Y7kGCPn,mSoLzYCxHdYgdzU16g5QSh3i5K3z3KZK7ytfqcJm7So,bSo13r4TkiE4KumL71LsHTPpL2euBYLFx6h9HP3piy1,7dHbWXmci3dT8UFYWYZweBLXgycu7Y3iL6trKn1Y7ARj,sSo14endRuUbvQaJS3dq36Q829a3A6BEfoeeRGJywEh". |
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