Nft Floor Price Monitor avatar

Nft Floor Price Monitor

Pricing

Pay per usage

Go to Apify Store
Nft Floor Price Monitor

Nft Floor Price Monitor

NFT collection floor prices, volumes and holders across major marketplaces (OpenSea, Blur, Reservoir API)

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Yunare Maia

Yunare Maia

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Track NFT collection floor prices, volumes, and holders via CoinGecko NFT API (free, no API key). Built for AI agents, NFT traders, and collection trackers.

Features

  • 10 default collections: BAYC, CryptoPunks, Pudgy Penguins, Azuki, MAYC, Milady, Nouns, Doodles, and more
  • Any collection: pass any CoinGecko NFT id (e.g. bored-ape-yacht-club)
  • Floor price: ETH + USD values
  • Market cap: USD valuation
  • Volume: 24h in USD + native currency
  • Floor change alerts: webhook when floor moves more than X%
  • Holder & supply data: holders count, total supply
  • No API key required: free CoinGecko API

Input

FieldTypeDefaultDescription
collectionsarray10 popular collectionsCoinGecko NFT collection ids
intervalSecondsint600Check interval (60s - 3600s)
webhookUrlstringWebhook URL for floor change alerts
floorChangeThresholdnumber10.0% floor change to trigger alert
maxRunsint1Max checks (default 1 = run once and finish; set higher for continuous monitoring)

Example Input

{
"collections": ["bored-ape-yacht-club", "cryptopunks", "pudgy-penguins", "azuki"],
"intervalSeconds": 600,
"floorChangeThreshold": 10.0
}

Output (dataset)

{
"timestamp": "2026-08-06T01:42:56.757Z",
"id": "bored-ape-yacht-club",
"name": "Bored Ape Yacht Club",
"symbol": "BAYC",
"floor_price_eth": 12.5,
"floor_price_usd": 23800.0,
"market_cap_usd": 238000000.0,
"volume_24h_usd": 1250000.0,
"volume_24h_native": 657.0,
"holders_count": 6200,
"total_supply": 10000,
"source": "coingecko"
}

Use Cases

  • AI agents: NFT market data for trading decisions
  • NFT traders: floor price monitoring with webhook alerts
  • Collection trackers: watch holder counts and volume changes
  • Research: NFT market metrics for analysis

Pricing

Free for demo runs. Production runs billed per Apify usage units.