Multi-EVM Network Pulse avatar

Multi-EVM Network Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Multi-EVM Network Pulse

Multi-EVM Network Pulse

Keyless multi-EVM network pulse via public Blockscout instances (no API key): avg block time, block height, native price + 24h change, latest-block gas, for Ethereum, Polygon and other public Blockscout chains. Stateful KVS deltas vs last run. One compact pulse per run.

Pricing

from $1.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

jedi solana

jedi solana

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Keyless multi-EVM network pulse via public Blockscout instances (no API key): avg block time, block height, native price + 24h change, latest-block gas, for Ethereum, Polygon and other public Blockscout chains. Stateful KVS deltas vs last run. One compact pulse per run.

What you get

Every run writes a dataset with one row per record:

{
"kind": "network-pulse",
"chain": "ethereum",
"instance": "eth.blockscout.com",
"ts": "2026-09-17T00:25:08Z",
"stats": {
"avgBlockTimeMs": 12242.0,
"coinPriceUsd": 2419.24,
"coinPriceChange24hPct": 0.92,
"latestBlockNumber": 25993606,
"dailyTxCountIfAvailable": 1956529,
"gasPrices": {
"slow": 0.1,
"average": 0.34,
"fast": 1.88
},
"gasPricesUpdatedAt": "2026-09-17T00:24:38.174114Z"
},
"deltaVsPrev": null,
"alerts": [],
"firstRun": true,
"prevRunTs": null
}

Input

{
"chain": "ethereum"
}
FieldTypeDescription
chainstringChain: the chain parameter. Default: "ethereum".

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), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER