NFT collection floor-price endpoint, pay-per-call via x402 on Base with USDC.
What it does
This endpoint at lowpaymentfee.com returns the floor price for NFT collection #42. It is part of a broader platform offering dozens of pay-per-request API endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and utility services — all settled via the x402 protocol on the Base network using USDC.
The specific endpoint `/api/v1/collections/42/floor` accepts POST requests and returns JSON. The x402 challenge advertises a maximum cost of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). The platform's landing page confirms a flat $0.02/request pricing model across all endpoints, with no API keys, no rate limits, and no minimum commitments required.
Note that while the platform lists many endpoint categories (analytics, AI, finance, infrastructure), this specific listing covers only the `/api/v1/collections/42/floor` path. No OpenAPI schema, detailed documentation, or example responses were available from the crawled pages — the docs, pricing, and API pages all returned only a "Connect wallet" prompt with no substantive content. The actual response format and fields returned by this endpoint are unknown.
Capabilities
Use cases
- —Querying the current floor price of a specific NFT collection programmatically
- —Building NFT portfolio dashboards that need real-time floor data
- —Automated trading bots that monitor NFT collection floors
Fit
Best for
- —Agents needing on-demand NFT floor prices without API key management
- —Low-volume, pay-as-you-go NFT data queries
- —x402-compatible autonomous agents on Base
Not for
- —High-frequency bulk NFT data ingestion (no documented batch endpoints)
- —Users who need detailed collection metadata beyond floor price
- —Anyone requiring documented response schemas before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/collections/42/floor \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base). However, there is no OpenAPI schema, no documentation, no example responses, and no description of what fields the response contains. The docs pages returned only wallet-connect prompts. This is effectively a stub listing.
Warnings
- —No OpenAPI or response schema available — response format is unknown
- —Documentation pages (/docs, /pricing, /api, /README) all returned only 'Connect wallet' with no content
- —The endpoint path suggests collection ID 42 is hardcoded; it is unclear if other collection IDs are supported
- —No examples of actual response data were found in any crawled material
Citations
- —Flat $0.02 per request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/v1/collections/42/floor
- —Platform offers endpoints across data/analytics, AI/ML, finance/Web3, and infrastructure categorieshttps://lowpaymentfee.com