Fantom Network Pulse avatar

Fantom Network Pulse

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Fantom Network Pulse

Fantom Network Pulse

Keyless Fantom (FTM, chain 250) L1 block-health pulse (public JSON-RPC, no API key): tip block + hash confirmation, gas price (GWEI), cadence median, reorg / tip-regression / idle-gap / gas-spike alerts vs rolling KVS medians. Not Polygon (137) - a distinct chain. Read-only public data.

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 Fantom (FTM, chain 250) L1 block-health pulse (public JSON-RPC, no API key): tip block + hash confirmation, gas price (GWEI), cadence median, reorg / tip-regression / idle-gap / gas-spike alerts vs rolling KVS medians. Not Polygon (137) - a distinct chain. Read-only public data.

What you get

Every run writes a dataset with one row per record:

{
"chain": "fantom-ftm",
"tipBlock": 123411396,
"tipBlockHex": "0x75b1bc4",
"tipHash": "0x0005704a000000a0e80d59ac1e6d5071da61f6c1245d03235b1076700ceb6c56",
"gasPriceGwei": 1.025011,
"cadenceMedianSec": 5.5,
"reorg": false,
"alerts": [],
"previousState": null,
"hostUsed": "https://fantom.drpc.org",
"note": null,
"fetchedAt": "2026-09-25T01:19:49Z"
}

Input

{
"host": "https://fantom.drpc.org",
"cadenceWindowBlocks": 10
}
FieldTypeDescription
hoststringHost: the host parameter. Default: "https://fantom.drpc.org".
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