Ethereum Token Flow Pulse
Pricing
from $1.00 / 1,000 dataset items
Ethereum Token Flow Pulse
Keyless ERC-20 token-flow monitor on Ethereum (public Blockscout v2, no API key): per-token transfer activity, transfer volume (decimal-adjusted, USD enrichment when mappable), top movers, stateful KVS deltas vs last run. 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
5 days ago
Last modified
Categories
Share
Keyless ERC-20 token-flow monitor on Ethereum (public Blockscout v2, no API key): per-token transfer activity, transfer volume (decimal-adjusted, USD enrichment when mappable), top movers, stateful KVS deltas vs last run. Read-only public data.
What you get
Every run writes a dataset with one row per record:
{"kind": "token-flow-pulse","ts": "2026-09-21T00:56:58Z","firstRun": true,"prevRunTs": null,"tokens": [{"name": "DAI","address": "0x6B175474E89094C44Da98b954EedeAC495271d0F","transfers": [{"from": "0x1D253E5Eec3d5F475fBde6dD9C4BEC0Fa961bb5d","to": "0x6B175474E89094C44Da98b954EedeAC495271d0F","value": 600.0941127597041,"symbol": "DAI","block": 25997633,"ts": "2026-09-17T13:53:23Z"},{"from": "0x4fBBfB479E6a047fd861141EF815aBa46d7C0e16","to": "0x6B175474E89094C44Da98b954EedeAC495271d0F","value": 14.576968,"symbol": "DAI","block": 25986508,"ts": "2026-09-16T00:40:23Z"},{"from": "0x3F20b72c8A79DF53333F3C4FC7b5bc14859f178C","to": "0x6B175474E89094C44Da98b954EedeAC495271d0F","value": 1.0,"symbol": "DAI","block": 25982034,"ts": "2026-09-15T09:40:59Z"},{"from": "0x1C10e6574ee696f54b21A611a21313E4714628ad","to": "0x6B175474E89094C44Da98b954EedeAC495271d0F","value
Input
{"tokens": "DAI,USDC","limit": 50}
| Field | Type | Description |
|---|---|---|
tokens | string | Tokens: the tokens parameter. Default: "DAI,USDC". |
limit | integer | Limit: the limit parameter. Default: 50. |
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