Ethereum Multi-Address Watch avatar

Ethereum Multi-Address Watch

Pricing

from $1.00 / 1,000 dataset items

Go to Apify Store
Ethereum Multi-Address Watch

Ethereum Multi-Address Watch

Keyless multi-address watch on Ethereum (public Blockscout v2 instance, no API key): per-address ETH balance, 24h tx in/out + volume, token-transfer volume, contract/verified flags. Watchlist input. Stateful KVS deltas; alerts on large inflow/outflow.

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

2 days ago

Last modified

Categories

Share

Keyless multi-address watch on Ethereum (public Blockscout v2 instance, no API key): per-address ETH balance, 24h tx in/out + volume, token-transfer volume, contract/verified flags. Watchlist input. Stateful KVS deltas; alerts on large inflow/outflow.

What you get

Every run writes a dataset with one row per record:

{
"kind": "address-watch",
"chain": "ethereum",
"source": "eth.blockscout.com/api/v2",
"ts": "2026-09-19T00:36:44Z",
"firstRun": true,
"prevRunTs": null,
"limit": 50,
"ethUsd": 2613.23,
"addresses": [
{
"address": "0xd8dA6BF26964aF9D7eEd990f4655f6938399064d",
"name": null,
"isContract": false,
"isVerified": false,
"ethBalance": 0.0,
"balanceUsd": 0.0,
"txToCount24hApprox": 0,
"txFromCount24hApprox": 0,
"tokenTransfers24hApprox": 0,
"inflowEth24hApprox": null,
"outflowEth24hApprox": null,
"notes": []
},
{
"address": "0x7a250d5630F4cC7b4001d934bEa738EFDdA0eADc",
"name": null,
"isContract": false,
"isVerified": false,
"ethBalance": 0.0,
"balanceUsd": 0.0,
"txToCount24hApprox": 0,
"txFromCount24hApprox": 0,
"tokenTransfers24hApprox": 0,
"inflowEth24hApprox": null,
"outflowEth24hApprox": null,
"notes": []
},
{
"address": "0xC02aa33bfa2a5fc72e86d6b1f7bdde419b6e2afc",
"name": null,
"isContract": false,
"isVerified": false,
"ethBalance": 0.0,
"balanceUsd": 0.0,
"txToCou

Input

{
"addresses": "0xd8dA6BF26964aF9D7eEd990f4655f6938399064d,0x7a250d5630F4cC7b4001d934bEa738EFDdA0eADc,0xC02aa33bfa2a5fc72e86d6b1f7bdde419b6e2afc,0x6B175474E89094C44Da98b954E9AC8fc578a2E6C",
"limit": 50
}
FieldTypeDescription
addressesstringAddresses: the addresses parameter. Default: "0xd8dA6BF26964aF9D7eEd990f4655f6938399064d,0x7a250d5630F4cC7b4001d934bEa738EFDdA0eADc,0xC02aa33bfa2a5fc72e86d6b1f7bdde419b6e2afc,0x6B175474E89094C44Da98b954E9AC8fc578a2E6C".
limitintegerLimit: 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), plus apify-actor-start.
  • Free to try on the free plan; PPE pricing applies to paid-plan users.

Categories

OTHER