NFT collection floor-price data via x402 micropayment on Base, $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns floor-price data for NFT collection ID 26. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all priced at $0.02 per request and settled in USDC on the Base network via the x402 protocol. No API keys or accounts are required — callers simply attach an x402 payment header to each POST request.
The x402 challenge confirms the endpoint is live, accepting payments to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 in USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base. The maxAmountRequired is 20000 base units, which at 6 decimals equals $0.02. The response MIME type is application/json.
Documentation is extremely sparse. The provider's landing page lists many API categories (data & analytics, AI/ML, finance/Web3, infrastructure) but provides no request/response schemas, parameter descriptions, or example payloads for any endpoint. The specific collections/floor endpoint is not listed on the homepage, so its exact input parameters and response shape are unknown. The docs, pricing, and API pages all render only a "Connect wallet" prompt with no additional content.
Capabilities
Use cases
- —Fetching the current floor price for a specific NFT collection
- —Integrating real-time NFT pricing into trading bots or dashboards
- —Agent-driven NFT market monitoring with per-call payment
Fit
Best for
- —Developers needing on-demand NFT floor prices without API key management
- —AI agents that can settle x402 micropayments on Base
- —Low-volume or sporadic NFT data lookups where per-call pricing is preferable to subscriptions
Not for
- —High-frequency bulk NFT data ingestion (no documented batch endpoint or rate-limit info)
- —Users who need detailed NFT metadata, traits, or historical sales beyond floor price
- —Anyone unable to settle USDC payments on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/collections/26/floor \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_token>"Endpoint
Quality
The x402 challenge is live and confirms pricing and payment details, but there is no documentation, no request/response schema, no examples, and the specific endpoint isn't even listed on the provider's homepage. Effectively a stub with verified liveness.
Warnings
- —No request or response schema documented — input parameters and output format are unknown
- —The /api/v1/collections/26/floor endpoint is not listed on the provider's homepage; its purpose is inferred from the URL path
- —All documentation pages (docs, pricing, API, README) render only a 'Connect wallet' prompt with no useful content
- —No OpenAPI spec or ai-plugin manifest available
Citations
- —The endpoint returns HTTP 402 with x402 challenge, confirming it is live on Base with USDC paymenthttps://lowpaymentfee.com/api/v1/collections/26/floor
- —maxAmountRequired is 20000 base units of USDC (6 decimals) = $0.02 per requesthttps://lowpaymentfee.com/api/v1/collections/26/floor
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Basehttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/collections/26/floor