> NFT collection data
// Returns NFT collection metadata including floor price, volume, and holder stats
Returns NFT collection metadata including floor price, volume, and holder stats. Agents can request it by capability ID nft.collection, or by plain intent — EntRoute resolves phrases like “nft collection”, “nft floor” and “collection stats” to this capability.
EntRoute currently lists 10+ endpoints from 3 providers for nft.collection, priced from $0.001 to $0.02 per call, settled in USDC on Base. The quickest responds in about 3ms at the 95th percentile. Every endpoint below is re-probed every 10 minutes for a valid 402 payment challenge; the ordering blends measured success rate, latency and price rather than provider claims.
These phrases resolve to this capability with intent-based discovery.
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "nft.collection"}'
https://api.x402node.dev/nft/floor-price https://api.x402node.dev/nft/collection https://bridge.eruditepay.com/v1/base/nft/collection-stats https://bridge.eruditepay.com/v1/base/nft/top-collections https://orbisapi.com/proxy/nft-floor-price-calculator-api-68ddbf/bulk https://orbisapi.com/proxy/nft-floor-price-api-dc9754 https://orbisapi.com/proxy/nft-floor-price-tracker-api-bb5235/analyze https://orbisapi.com/proxy/nft-collection-health-scorer-api-1b78cd https://orbisapi.com/proxy/nft-floor-price-tracker-api-bb5235 https://orbisapi.com/proxy/nft-intelligence-platform-api-70f476 Use this capability in your agent or application:
Frequently asked questions about NFT collection data
How much does a nft collection data API call cost?
Endpoints listed for nft.collection on EntRoute are priced from $0.001 to $0.02 per call. Payment is per request — there is no subscription, account or API key. Prices shown are read from each endpoint's live 402 response, not from a provider-supplied catalogue.
How do AI agents pay for nft collection data endpoints?
Via the x402 protocol. The agent calls the endpoint, receives an HTTP 402 Payment Required response describing the price and recipient, signs a stablecoin payment (USDC on Base), and retries the request with proof of payment. The whole exchange takes seconds and needs no human approval.
How many providers offer nft collection data?
10+ endpoints are currently listed for nft.collection across 3 providers. That number moves as endpoints are added and as failing ones are demoted.
Are these nft collection data endpoints verified?
Each one is probed every 10 minutes to confirm it still returns a well-formed 402 challenge on a payable network. Endpoints whose 7-day success rate drops below 50% are moved out of the ranked list into fallbacks with an explicit exclusion reason, so an agent can decide whether to retry them.