NFT Floor Price Tracker (ETH, SOL, BTC, Polygon) avatar

NFT Floor Price Tracker (ETH, SOL, BTC, Polygon)

Pricing

Pay per usage

Go to Apify Store
NFT Floor Price Tracker (ETH, SOL, BTC, Polygon)

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

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

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

FieldExampleNotes
collection_idcryptopunksCoingecko slug
nameCryptoPunks
asset_platformethereumchain
contract_address0xb47e3...193BBBfor on-chain queries
floor_price_usd53,464
floor_price_native32.7in native currency (ETH/SOL/BTC)
native_currencyethereum
change_24h_pct-3.40
change_7d_pct-15.94
change_30d_pct+8.21
market_cap_usd534,323,618
volume_24h_usd2,150,420
unique_holders3,802
total_supply10,000

Use cases

  1. Trade alerts — Get pinged when floor drops > 10% for collections you own
  2. Index tracking — Build a custom NFT index from your watchlist
  3. Market sentiment — Aggregate volume across blue-chips tells you when NFT activity is rotating
  4. Cross-chain comparison — ETH NFTs vs Solana NFTs vs Bitcoin Runes at a glance
  5. 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.

RunCollectionsCost
Default (top 22 blue-chips)22$0.044
5 collections you watch5$0.01
Full 100-collection sweep100$0.20

Output sort options

sortByDescription
market_cap_descLargest collections first (default)
volume_24h_descMost active in last 24h
change_24h_descBiggest 24h floor gainers
change_24h_ascBiggest 24h floor losers
floor_descHighest floor in USD

Data source

Coingecko NFT API — free public endpoint, no key required.




🎬 Live Sample Run

A real run of this actor with default-ish inputs, executed on 2026-06-10:

FieldValue
Items in dataset4
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 detailshttps://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