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

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

Pricing

$2.00 / 1,000 collection trackeds

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

$2.00 / 1,000 collection trackeds

Rating

0.0

(0)

Developer

Hojun Lee

Hojun Lee

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

7 days ago

Last modified

Categories

Share

What does NFT Floor Price Tracker do?

NFT Floor Price Tracker delivers live NFT floor price data — in both USD and native token — plus 24h, 7d, and 30d percentage changes, market cap, and 24h trading volume for curated collections across Ethereum, Solana, Bitcoin (Ordinals/Runes), Polygon, Arbitrum, and Base. It wraps the CoinGecko free public NFT endpoint so you get instant NFT collection analytics for any tracked collection with no API key required.

Built-in defaults cover 20+ blue-chip collections (CryptoPunks, BAYC, Mad Lads, NodeMonkes, and more). Pass your own collectionIds list to track niche collections or custom watchlists. Optional Telegram alerts notify you when a floor drops beyond a threshold you set.


Why use NFT Floor Price Tracker?

  1. Trade alerts and floor drop monitoring — Get a Telegram notification the moment a collection you hold drops more than 10% in 24 hours, enabling faster exit or accumulation decisions.
  2. Custom NFT portfolio index — Aggregate floor prices and volume for your exact watchlist into a single dataset run on a schedule, replacing manual browser checking across multiple marketplaces.
  3. Market sentiment tracking — Aggregate 24h volume across blue-chip collections to detect when NFT activity is rotating, heating up, or cooling off across the whole market.
  4. Cross-chain NFT comparison — Compare ETH NFTs vs. Solana NFTs vs. Bitcoin Ordinals/Runes at a glance using a unified USD-denominated view.
  5. OpenSea floor price API alternative — OpenSea and Magic Eden APIs are gated or rate-limited. This actor provides equivalent floor and volume data via the CoinGecko free public endpoint — no key, no waitlist.

How to use NFT Floor Price Tracker

  1. Open the actor on Apify Store and click Try for free.
  2. Leave collectionIds empty to use the built-in curated list of 20+ blue-chip collections, or paste CoinGecko NFT slugs (e.g. cryptopunks, mad-lads, nodemonkes).
  3. Optionally set assetPlatform to restrict results to one chain (e.g. solana, ethereum, bitcoin).
  4. Set alertDrop24hPct and your Telegram credentials if you want floor-drop alerts.
  5. Click Start — results are ready in seconds.

Input

ParameterTypeDefaultDescription
collectionIdsarray[]CoinGecko NFT collection slugs (e.g. cryptopunks, mad-lads). Empty = use built-in curated list.
assetPlatformstring""Filter to one chain: ethereum, solana, bitcoin, polygon, etc. Blank = all chains.
minFloorUsdinteger0Skip collections whose floor is below this USD value. 0 = no filter.
sortBystringmarket_cap_descRow sort order (see sort options table below).
limitinteger100Max collections to return.
alertDrop24hPctnumber0Send Telegram alert when 24h floor change is <= -X%. 0 = disabled.
telegramBotTokenstringTelegram bot token for alerts.
telegramChatIdstring""Telegram chat ID (get yours from @userinfobot).

Output

{
"collection_id": "cryptopunks",
"name": "CryptoPunks",
"asset_platform": "ethereum",
"contract_address": "0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB",
"floor_price_usd": 53464,
"floor_price_native": 32.7,
"native_currency": "ethereum",
"change_24h_pct": -3.40,
"change_7d_pct": -15.94,
"change_30d_pct": 8.21,
"market_cap_usd": 534323618,
"volume_24h_usd": 2150420,
"unique_holders": 3802,
"total_supply": 10000
}

Data fields

FieldTypeDescription
collection_idstringCoinGecko NFT slug
namestringCollection display name
asset_platformstringBlockchain (ethereum, solana, bitcoin, etc.)
contract_addressstringOn-chain contract address for further queries
floor_price_usdfloatCurrent floor price in USD
floor_price_nativefloatCurrent floor price in native token (ETH/SOL/BTC)
native_currencystringNative token name
change_24h_pctfloat24-hour floor price percentage change
change_7d_pctfloat7-day floor price percentage change
change_30d_pctfloat30-day floor price percentage change
market_cap_usdfloatTotal market cap in USD (floor × supply)
volume_24h_usdfloat24-hour trading volume in USD
unique_holdersintegerNumber of unique wallet holders
total_supplyintegerTotal token supply for the collection

Sort options (sortBy):

ValueDescription
market_cap_descLargest collections first (default)
volume_24h_descMost traded in last 24 hours
change_24h_descBiggest 24h floor gainers
change_24h_ascBiggest 24h floor losers
floor_descHighest floor price in USD

Cost estimation

Pay-Per-Event: $0.002 per collection returned.

Use caseCollectionsEstimated cost
Default top 22 blue-chips22$0.044
Personal 5-collection watchlist5$0.01
Full 100-collection sweep100$0.20
Daily alert run (top 22)22 × 30~$1.32/month

FAQ

Is this a real OpenSea floor price API replacement? This actor wraps the CoinGecko free public NFT endpoint, which aggregates floor data from major marketplaces including OpenSea, Magic Eden, and others. It covers the most widely tracked collections. For very niche or newly launched collections not yet on CoinGecko, coverage may be limited.

How do I find a collection's CoinGecko slug? Go to coingecko.com/en/nft, find the collection, and copy the last segment of the URL. For example, https://www.coingecko.com/en/nft/cryptopunks → slug is cryptopunks.

Does the NFT collection analytics data update in real time? CoinGecko's free public endpoint updates periodically (typically every few minutes). For intraday floor price monitoring, schedule this actor to run every 15–30 minutes.

Disclaimer: NFT floor prices are highly volatile and may not reflect the actual price at which a specific item can be sold. Data is sourced from CoinGecko's public NFT API and may lag real-time marketplace prices. This actor is for informational and research purposes only — not financial advice.


Feedback

A short review helps other collectors find this actor: Leave a review on Apify Store