Blast L2 Pulse
Pricing
from $1.00 / 1,000 dataset items
Blast L2 Pulse
Keyless Blast L2 (chain 81457, Arbitrum Orbit, 100x gas) network-health pulse (public JSON-RPC, no API key): latest block number + timestamp, live gas price (GWEI), chain-id gate check, and a stateful diff vs the previous run (tip delta + gas drift). One item per run. Read-only.
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
a day ago
Last modified
Categories
Share
Keyless Blast L2 (chain 81457, Arbitrum Orbit, 100x gas) network-health pulse (public JSON-RPC, no API key): latest block number + timestamp, live gas price (GWEI), chain-id gate check, and a stateful diff vs the previous run (tip delta + gas drift). One item per run. Read-only.
What you get
Every run writes a dataset with one row per record:
{"chain": "blast","chainId": 81457,"tipBlock": 39796405,"tipTs": "2026-09-03T02:30:25Z","gasPriceGwei": 0.001,"prevTipBlock": null,"gasPriceDeltaPct": null,"chainIdVerified": true,"summary": "first run (baseline); gas 0.001 GWEI; chain id 81457 verified","ts": "2026-09-03T02:30:25Z"}
Input
{"host": "https://rpc.blast.io"}
| Field | Type | Description |
|---|---|---|
host | string | Host: the host parameter. Default: "https://rpc.blast.io". |
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