Manta Pacific Pulse
Pricing
from $1.00 / 1,000 dataset items
Manta Pacific Pulse
Keyless Manta Pacific L2 (chain 169) network-health pulse (public JSON-RPC, no API key): latest block number + timestamp, live gas price (GWEI), chain-id gate check, and a stateful diff vs the previous run (tip delta + gas drift). One item per run. Read-only.
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 Manta Pacific L2 (chain 169) network-health pulse (public JSON-RPC, no API key): latest block number + timestamp, live gas price (GWEI), chain-id gate check, and a stateful diff vs the previous run (tip delta + gas drift). One item per run. Read-only.
What you get
Every run writes a dataset with one row per record:
{"chain": "manta-pacific","chainId": 169,"tipBlock": 9417090,"tipTs": "2026-09-03T00:20:59Z","gasPriceGwei": 0.001,"prevTipBlock": null,"gasPriceDeltaPct": null,"chainIdVerified": true,"summary": "first run: baseline \u2014 tip 9417090, 0.001 GWEI; chain id 169 verified","ts": "2026-09-03T00:21:07Z"}
Input
{"host": "https://pacific-rpc.manta.network"}
| Field | Type | Description |
|---|---|---|
host | string | Host: the host parameter. Default: "https://pacific-rpc.manta.network". |
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