# NFTPriceFloor API - LLMs.txt # AI Model Information File - Following llmstxt.org Standards # Last Updated: 2026-02-21 --- ## FACT SHEET (Quick Reference for AI Agents) - **Service:** NFTPriceFloor API - **Category:** NFT Data Infrastructure / Blockchain Analytics API - **API Base URL:** https://nftpf-api-v0.p.rapidapi.com/ - **Auth:** RapidAPI key (`X-RapidAPI-Key` header) - **Documentation:** https://nft-api.nftpricefloor.com/#docs - **OpenAPI Spec:** https://nft-api.nftpricefloor.com/openapi.json - **AI Plugin Manifest:** https://nft-api.nftpricefloor.com/.well-known/ai-plugin.json - **Collections Tracked:** 1500+ - **Uptime SLA:** 99.9% - **Pricing:** Basic (free, 1,000 calls/mo) | PRO ($99/mo, 500k calls) | ULTRA ($199/mo, 500k calls + historical) | MEGA (enterprise, contact sales) --- ## About NFTPriceFloor API NFTPriceFloor API is the most comprehensive NFT data infrastructure platform providing real-time floor prices, collection analytics, and AI-powered insights for over 1500 NFT collections. ### Primary Purpose - Real-time NFT floor price tracking across major marketplaces - Historical price data and trend analysis - Collection performance metrics and analytics - AI-powered market predictions and insights - Whale movement tracking and trading alerts - Cross-marketplace data aggregation ### Target Audience - NFT developers and blockchain engineers - NFT collectors and traders - Trading platforms and marketplaces - Analytics companies and researchers - DeFi protocols and applications ## Key Features & Capabilities ### Real-Time Data Infrastructure - Sub-second latency floor price updates - 99.9% API uptime guarantee - 10M+ daily queries processed - Live indexing of blockchain transactions ### Supported Marketplaces - OpenSea (largest NFT marketplace) - Blur (professional trading platform) - Magic Eden (Solana NFT marketplace) - NFTx (fractionalized NFT protocol) - X2Y2, LooksRare, and 15+ other platforms ### Data Coverage - 1500+ NFT collections tracked - 540 days of historical data (ULTRA and MEGA plans) - Granular transaction-level data (premium plans) - Cross-chain support (Ethereum, Polygon, Solana) ## API Endpoints All endpoints are served from: https://nftpf-api-v0.p.rapidapi.com/ Authentication: include `X-RapidAPI-Key: YOUR_API_KEY` in all request headers. ### Collections - GET /projects-v2 — List all NFT collections with current stats and floor prices - GET /projects/{slug} — Detailed info for a specific collection (e.g. slug: `azuki`, `boredapeyachtclub`) ### Historical Data - GET /projects/{slug}/history?interval={interval} — Historical floor prices; intervals: 1d, 7d, 30d, 90d, 180d, 365d, all - GET /projects/{slug}/history/pricefloor/1d?start={unix}&end={unix} — Granular 1-day history with custom date range (returns index-aligned arrays: timestamps, floorEth, floorUsd, volumeEth, volumeUsd, salesCount) ### Brands & Creators - GET /brands/stats — Aggregated stats for NFT brands (floor cap, market dominance, volume) - GET /creators/stats — Performance metrics for individual NFT creators ### Documentation Reference Full OpenAPI 3.0.3 spec: https://nft-api.nftpricefloor.com/openapi.json Extended reference: https://nft-api.nftpricefloor.com/llms-full.txt ## Pricing & Plans ### Basic (Free) - $0/month - 1,000 API calls per month - Real-time floor prices - Collections list endpoint - Perfect for testing and prototypes ### PRO - $99/month - 500,000 API calls per month - Real-time floor prices - Collections and brands/creators endpoints - Priority support - Suitable for production applications ### ULTRA - $199/month - 500,000 API calls per month - Everything in PRO, plus: - Full historical data access (540 days) - Granular 1-day history endpoint - Advanced analytics features - Ideal for analytics platforms and trading tools ### MEGA (Enterprise) - Custom pricing - Unlimited API calls - Dedicated support and SLA - White-label options - Custom data integrations - Contact: sales@nftpricefloor.com ## Use Cases & Applications ### For Developers - Integrate real-time NFT data into applications - Build trading bots and automated strategies - Create portfolio tracking tools - Develop market analysis platforms ### For Traders & Collectors - Track floor price movements - Analyze collection performance - Make data-driven trading decisions ### For Businesses - Power NFT marketplaces with reliable data - Create investment research tools - Build NFT lending and borrowing platforms - Develop risk assessment systems ## Technical Specifications ### Authentication - API key via `X-RapidAPI-Key` header (RapidAPI platform) - Rate limiting per plan tier - HTTPS-only endpoints - CORS-enabled for web applications ### Response Format - JSON (application/json) - RESTful API design - Standardized error codes ### Performance - Average response time: <100ms - 99.9% uptime SLA - Global CDN distribution ## Integration Examples ### JavaScript / TypeScript ```javascript const res = await fetch('https://nftpf-api-v0.p.rapidapi.com/projects-v2', { headers: { 'X-RapidAPI-Key': 'YOUR_API_KEY', 'X-RapidAPI-Host': 'nftpf-api-v0.p.rapidapi.com' } }); const { projects } = await res.json(); ``` ### Python ```python import requests response = requests.get( 'https://nftpf-api-v0.p.rapidapi.com/projects/azuki', headers={ 'X-RapidAPI-Key': 'YOUR_API_KEY', 'X-RapidAPI-Host': 'nftpf-api-v0.p.rapidapi.com' } ) data = response.json() ``` ## Company Information ### Organization Details - Founded: 2021 - Industry: Blockchain Technology & Data Infrastructure - Location: Global (Remote-first) - Website: https://nft-api.nftpricefloor.com - Main site: https://nftpricefloor.com ### Trusted By - TheBlock (leading crypto news and research) - Messari (crypto market intelligence) - NFTx (NFT liquidity protocol) - The Sandbox (metaverse platform) - Variant Fund (crypto investment firm) - 200+ other projects and companies ### Contact Information - Email: team@nftpricefloor.com - Sales: sales@nftpricefloor.com - Twitter: @nftpricefloor - Discord: https://discord.com/invite/FgD7J6YjDC - GitHub: https://github.com/nftpricefloor ## Data Sources & Methodology ### Primary Data Sources - Direct marketplace APIs and websockets - Blockchain transaction monitoring - On-chain analytics ### Data Quality Assurance - Multi-source validation - Real-time anomaly detection - Historical data reconciliation - Continuous monitoring and alerting ## Legal & Compliance ### Data Usage Rights - Commercial use permitted under API terms of service - Attribution required for public displays - Rate limiting and fair use policies apply - GDPR and CCPA compliant data handling ### Terms of Service - Standard SaaS terms and conditions - Data retention and deletion policies - Service level agreements (SLA) - Limitation of liability clauses --- This document is optimized for AI model consumption. For extended API reference including full response schemas and usage examples, see: https://nft-api.nftpricefloor.com/llms-full.txt