NFT Floor Price Tracker (ETH, SOL, BTC, Polygon)
Pricing
Pay per usage
NFT Floor Price Tracker (ETH, SOL, BTC, Polygon)
Live floor price (USD + native), 24h/7d/30d %, market cap and 24h volume for curated NFT collections across Ethereum, Solana, Bitcoin (Ordinals/Runes), Polygon and more. Customizable collection list. Coingecko data, no API key.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Hojun Lee
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
NFT Floor Price Tracker
Live floor price (USD + native), 24h/7d/30d %, market cap and 24h volume for curated NFT collections across Ethereum, Solana, Bitcoin (Ordinals/Runes), Polygon, Arbitrum, Base. Customizable collection list. No API key.
Why this exists
OpenSea/Magic Eden APIs are gated. NFTGo/Reservoir.tools require keys with strict rate limits and per-call pricing.
This actor wraps Coingecko's free public NFT endpoint so you get instant floor + volume + change data for any tracked collection in one row per collection. Default curated list covers the 20+ blue-chip collections everyone watches; you can pass your own list for niche tracking.
What you get per row
| Field | Example | Notes |
|---|---|---|
collection_id | cryptopunks | Coingecko slug |
name | CryptoPunks | |
asset_platform | ethereum | chain |
contract_address | 0xb47e3...193BBB | for on-chain queries |
floor_price_usd | 53,464 | |
floor_price_native | 32.7 | in native currency (ETH/SOL/BTC) |
native_currency | ethereum | |
change_24h_pct | -3.40 | |
change_7d_pct | -15.94 | |
change_30d_pct | +8.21 | |
market_cap_usd | 534,323,618 | |
volume_24h_usd | 2,150,420 | |
unique_holders | 3,802 | |
total_supply | 10,000 |
Use cases
- Trade alerts — Get pinged when floor drops > 10% for collections you own
- Index tracking — Build a custom NFT index from your watchlist
- Market sentiment — Aggregate volume across blue-chips tells you when NFT activity is rotating
- Cross-chain comparison — ETH NFTs vs Solana NFTs vs Bitcoin Runes at a glance
- Whitelist research — Quickly compare collections you're considering
Quick start
Default — top 20 blue-chip collections
{}
Track only Solana NFTs
{"assetPlatform": "solana","collectionIds": ["mad-lads", "okay-bears", "famous-fox-federation"],"sortBy": "volume_24h_desc"}
Alert on > 15% floor drops in 24h
{"alertDrop24hPct": 15,"telegramBotToken": "YOUR_BOT_TOKEN","telegramChatId": "YOUR_CHAT_ID"}
Track Bitcoin Ordinals/Runes only
{"assetPlatform": "bitcoin","collectionIds": ["nodemonkes", "ordinal-maxi-biz", "bitcoin-puppets", "runestone"]}
Default curated collections
Built-in defaults cover:
- Ethereum: CryptoPunks, BAYC, MAYC, Pudgy Penguins, Azuki, Milady, Doodles, Moonbirds, Cool Cats, WoW, VeeFriends, RTFKT
- Solana: Mad Lads, Okay Bears, Degen Apes, Famous Fox Federation
- Bitcoin: NodeMonkes, Ordinal Maxi Biz, Bitcoin Puppets, Runestone
- Polygon / others: y00ts, Lens Protocol Profiles
Override with collectionIds to track your own list.
Pricing
Pay-Per-Event: $0.002 per collection returned.
| Run | Collections | Cost |
|---|---|---|
| Default (top 22 blue-chips) | 22 | $0.044 |
| 5 collections you watch | 5 | $0.01 |
| Full 100-collection sweep | 100 | $0.20 |
Output sort options
sortBy | Description |
|---|---|
market_cap_desc | Largest collections first (default) |
volume_24h_desc | Most active in last 24h |
change_24h_desc | Biggest 24h floor gainers |
change_24h_asc | Biggest 24h floor losers |
floor_desc | Highest floor in USD |
Data source
Coingecko NFT API — free public endpoint, no key required.
Related actors (same author)
- Smart Money Wallet Tracker — Follow whales who buy NFTs early
- Hyperliquid Whale Tracker — Catch perp activity from NFT traders
- Multi-Chain Gas Tracker — Time your minting / listing
- Solana Memecoin Launch Tracker
🎬 Live Sample Run
A real run of this actor with default-ish inputs, executed on 2026-06-10:
| Field | Value |
|---|---|
| Items in dataset | 4 |
| Dataset (JSON) | https://api.apify.com/v2/datasets/UScBDBgrQ0Avx8cfp/items?clean=1&format=json |
| Dataset (CSV) | https://api.apify.com/v2/datasets/UScBDBgrQ0Avx8cfp/items?clean=1&format=csv |
| Run summary (KVS) | https://api.apify.com/v2/key-value-stores/q280KgZ24xfwShpmL/records/SUMMARY |
| Run details | https://api.apify.com/v2/actor-runs/U0cKxVBdDG6E8IW98 |
Try it now: pop any of the dataset URLs in your browser to see live output, or hit the API endpoints from your code.
Want to reproduce? Click Try Actor on the Apify Store page and use the input defaults shown above.
Feedback
A short review helps other collectors find it: Leave a review on Apify Store