NFT collection floor price data via x402 micropayment on Base network for $0.02/request.
What it does
This endpoint provides NFT collection floor price data, accessible at `/api/v1/collections/33/floor`. It is part of a broader suite of pay-per-request APIs hosted on lowpaymentfee.com, which spans data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints use the x402 payment protocol, settling in USDC on the Base network.
The specific endpoint returns floor price information for collection ID 33. Payment is handled via the x402 challenge-response mechanism: callers must include an X-PAYMENT header with a valid payment proof. The cost per request is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys or rate limits are advertised; access is gated solely by payment.
Documentation beyond the landing page is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no request/response schema documentation, and no example payloads available. The endpoint is live and responds with a proper 402 challenge.
Capabilities
Use cases
- —Querying real-time NFT collection floor prices for trading bots
- —Monitoring NFT market conditions programmatically
- —Integrating floor price feeds into portfolio dashboards
- —Agent-driven NFT price discovery without API key management
Fit
Best for
- —Agents or bots needing on-demand NFT floor prices without subscription commitments
- —Developers wanting keyless, pay-per-call access to NFT data
- —Low-volume consumers who prefer micropayments over monthly plans
Not for
- —High-volume consumers needing bulk historical NFT data at lower per-call cost
- —Users who need detailed collection metadata beyond floor price
- —Anyone without access to USDC on Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/collections/33/floor \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live with a valid 402 challenge, but there is no documentation, no OpenAPI schema, no request/response examples, and the docs pages are empty. The endpoint's purpose (collection floor price) is inferred from the URL path only.
Warnings
- —No OpenAPI spec or schema documentation available
- —Docs, pricing, and README pages render only 'Connect wallet' with no content
- —No response schema or example responses documented — output format is unknown
- —Endpoint purpose inferred solely from URL path; no official description of what 'collections/33/floor' returns
Citations
- —Endpoint returns 402 with x402 challenge accepting USDC on Base network at 20000 base unitshttps://lowpaymentfee.com/api/v1/collections/33/floor
- —Site advertises $0.02/request pricing with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/collections/33/floor