Avalanche C-Chain Block Health Pulse
Pricing
from $1.00 / 1,000 dataset items
Avalanche C-Chain Block Health Pulse
Keyless Avalanche C-Chain block-health pulse (public C-Chain JSON-RPC, no API key): latest-block cadence, base fee + gas price in gwei, reorg detection via parent-hash link check, automatic fallback host + host-flip alerting. Stateful KVS run-over-run deltas. Read-only public data.
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 Avalanche C-Chain block-health pulse (public C-Chain JSON-RPC, no API key): latest-block cadence, base fee + gas price in gwei, reorg detection via parent-hash link check, automatic fallback host + host-flip alerting. Stateful KVS run-over-run deltas. Read-only public data.
What you get
Every run writes a dataset with one row per record:
{"chain": "avalanche-c","latestBlockNumber": 96088112,"latestBlockHash": "0xbd82689e5c418d160baccfcca937b3ec48082025b44345f62d5eeda19eb9edb4","parentHash": "0x9f6561786bde236a129c8bc740984c3b5da2c50ff94afa91e6e3956ee18ac884","timestampSec": 1790296724,"cadenceSec": 2.0,"baseFeeGwei": 0.051831,"gasPriceGwei": 0.052976,"fallbackUsed": false,"alerts": [],"previousState": null,"fetchedAt": "2026-09-25T00:38:50Z"}
Input
{"primaryRpcUrl": "https://api.avax.network/ext/bc/C/rpc","fallbackRpcUrl": "https://avalanche.drpc.org","checkReorg": true,"checkCadence": true}
| Field | Type | Description |
|---|---|---|
primaryRpcUrl | string | PrimaryRpcUrl: the primaryrpcurl parameter. Default: "https://api.avax.network/ext/bc/C/rpc". |
fallbackRpcUrl | string | FallbackRpcUrl: the fallbackrpcurl parameter. Default: "https://avalanche.drpc.org". |
checkReorg | boolean | CheckReorg: the checkreorg parameter. Default: true. |
checkCadence | boolean | CheckCadence: the checkcadence parameter. Default: true. |
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