NFT collection floor-price data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint returns floor-price data for NFT collection ID 46 via the x402 payment protocol on the Base network. It is part of a broader suite of pay-per-call APIs hosted at lowpaymentfee.com, all priced at $0.02 per request and settled in USDC on Base. No API keys or accounts are required — callers authenticate by attaching an x402 payment header with each request.
The specific endpoint `/api/v1/collections/46/floor` is not explicitly documented on the provider's landing page, which lists categories like Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure. However, the x402 challenge is live and returns a valid 402 response with an "exact" payment scheme requiring 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals = $0.02). The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout.
Documentation beyond the landing page is extremely thin — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no additional technical detail. There is no OpenAPI spec, no example request/response payloads, and no description of the response schema for this particular endpoint. Callers should expect a JSON response (mimeType: application/json) but the exact fields are unknown.
Capabilities
Use cases
- —Fetching real-time floor prices for NFT collections
- —Integrating NFT market data into trading bots or dashboards
- —Agent-driven NFT portfolio valuation
Fit
Best for
- —Developers needing quick, keyless access to NFT floor-price data
- —AI agents that can settle x402 payments on Base
- —Low-volume or sporadic queries where per-call pricing is preferable to subscriptions
Not for
- —High-frequency bulk data ingestion (no documented batch endpoint or rate-limit info)
- —Users who need detailed collection metadata, trait-level pricing, or historical data (not evidenced)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/collections/46/floor \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The endpoint is live (valid 402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request/response schema, no examples, and the specific collections/floor endpoint is not mentioned on the provider's own landing page. Documentation pages are effectively empty.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The /collections/46/floor path is not listed among the provider's advertised APIs — it may be undocumented or experimental
- —All documentation pages (/docs, /pricing, /api, /README) render only a wallet-connect prompt with no technical content
- —Response schema is completely unknown; callers must discover fields empirically
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base (=$0.02)https://lowpaymentfee.com/api/v1/collections/46/floor
- —The provider advertises $0.02 per request with no API keys, no rate limits, and instant access on the Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/collections/46/floor