Ethereum Gas Pulse
Pricing
from $1.00 / 1,000 dataset items
Ethereum Gas Pulse
Keyless Ethereum mainnet gas & congestion monitor (no API key, public RPC): EIP-1559 base-fee window + delta, priority-fee percentiles, pending-tx backlog, 0-100 congestion score, USD transfer cost now. Scheduled runs report what CHANGED since last run (stateful KVS).
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
4 days ago
Last modified
Categories
Share
Keyless Ethereum mainnet gas & congestion monitor (no API key, public RPC): EIP-1559 base-fee window + delta, priority-fee percentiles, pending-tx backlog, 0-100 congestion score, USD transfer cost now. Scheduled runs report what CHANGED since last run (stateful KVS).
What you get
Every run writes a dataset with one row per record:
{"kind": "network-pulse","chain": "ethereum","ts": "2026-09-05T03:04:51Z","firstRun": true,"prevRunTs": null,"block": {"number": 25908322,"chainId": 1},"gas": {"baseFeeGwei": 0.081,"oldestBaseFeeGwei": 0.077,"baseFeeDeltaPct": 4.75,"gasPriceGwei": 0.083,"priorityFeeP25Gwei": 0.007,"priorityFeeP50Gwei": 0.138,"priorityFeeP75Gwei": 0.384,"priorityFeeP75MaxGwei": 1.57,"windowBlocks": 20},"congestion": {"pendingTxs": 51,"gasLevelScore": 6,"label": "low"},"usd": {"ethUsd": null,"estGasGwei": 0.219,"transfer21kGasUsd": null,"erc20Transfer65kGasUsd": null},"deltaVsPrev": null,"alerts": []}
Input
{"blocks": 20}
| Field | Type | Description |
|---|---|---|
blocks | integer | Blocks: the blocks 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