Energi Network Pulse avatar

Energi Network Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Energi Network Pulse

Energi Network Pulse

Keyless Energi network pulse (public explorer.energi.network Blockscout v2, no API key): tip block/hash/difficulty, gas price (GWEI), avg block time, recent tx count, cadence window. Stateful KVS: reorg via block-hash regression, idle-gap & gas-spike alerts vs rolling medians. Read-only.

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

a day ago

Last modified

Categories

Share

Keyless Energi network pulse (public explorer.energi.network Blockscout v2, no API key): tip block/hash/difficulty, gas price (GWEI), avg block time, recent tx count, cadence window. Stateful KVS: reorg via block-hash regression, idle-gap & gas-spike alerts vs rolling medians. Read-only.

What you get

Every run writes a dataset with one row per record:

{
"chain": "energi",
"tipBlock": 3439096,
"tipHash": "0x2fcc375de73e6d0826bffbe7693fe0226c165263f0787c019bbd51a7466b4ae5",
"difficulty": "67394135",
"gasPriceGwei": 1.0,
"avgBlockTimeSec": 56.05,
"txCount": 37,
"cadenceSec": 61.89,
"reorg": false,
"alerts": [],
"previousState": null,
"hostUsed": "https://explorer.energi.network",
"note": "limit param ignored by API (50 blocks returned); cadence window sliced to 10 client-side",
"fetchedAt": "2026-09-25T01:08:57Z"
}

Input

{
"host": "https://explorer.energi.network",
"cadenceWindowBlocks": 10
}
FieldTypeDescription
hoststringHost: the host parameter. Default: "https://explorer.energi.network".
cadenceWindowBlocksintegerCadenceWindowBlocks: the cadencewindowblocks parameter. Default: 10.

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