Ethereum NFT Collection Watch
Pricing
from $1.00 / 1,000 dataset items
Ethereum NFT Collection Watch
Keyless NFT collection activity watch on Ethereum (public Blockscout v2 + search API, no API key): per-collection transfer activity, latest transfers, new-transfer detection vs last run (stateful KVS block cursor). Addresses resolved live via Blockscout search. 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
6 days ago
Last modified
Categories
Share
Keyless NFT collection activity watch on Ethereum (public Blockscout v2 + search API, no API key): per-collection transfer activity, latest transfers, new-transfer detection vs last run (stateful KVS block cursor). Addresses resolved live via Blockscout search. Read-only.
What you get
Every run writes a dataset with one row per record:
{"kind": "nft-watch","ts": "2026-09-20T00:53:17Z","firstRun": true,"prevRunTs": null,"collections": [{"name": "BAYC","tokenAddress": "0x7f7De814D364Dc5D6dab63Bad14270ab762785a2","symbol": "BAYC","recentTransfers": 20,"lastTransferBlock": 25973625,"lastTransferTsIso": "2026-09-14T05:33:47.000000Z","topMovers": [{"address": "0x7f7de814d364dc5d6dab63bad14270ab762785a2","transferCount": 20},{"address": "0x1b59f13ed764706a68d49b0278f5a008df0cb1d9","transferCount": 1},{"address": "0x2378129711feb4dc46f4be159e87141e676da922","transferCount": 1},{"address": "0x4659362bb53d0d7c97c136753ba512dadfe2467b","transferCount": 1},{"address": "0x492d255234c83f2ddc5aa904d8a9db6743e9f046","transferCount": 1}]},{"name": "Doodles","tokenAddress": "0x8a90CAb2b38dba80c64b7734e58Ee1dB38B8992e","symbol": "DOODLE","recentTransfers": 20,"lastTransferBlock": 24795700,"lastTransferTsIso":
Input
{"collections": "BAYC,Doodles,Azuki","limit": 20}
| Field | Type | Description |
|---|---|---|
collections | string | Collections: the collections parameter. Default: "BAYC,Doodles,Azuki". |
limit | integer | Limit: the limit parameter. Default: 20. |
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