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 31. It is part of a broader suite of pay-per-call APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3, and utility services. All endpoints use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.
The specific endpoint `/api/v1/collections/31/floor` accepts POST requests and returns JSON. The x402 challenge confirms the endpoint is live, advertising a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the `exact` scheme to the provider's wallet. No API keys or rate limits are advertised; access is gated purely by the x402 micropayment.
Documentation is extremely sparse. The provider's 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 path suggests it returns floor-price information for a specific NFT collection, but the exact response format and any accepted request parameters are unknown.
Capabilities
Use cases
- —Querying the current floor price of a specific NFT collection for trading bots
- —Monitoring NFT collection valuations in automated dashboards
- —Integrating floor-price data into agent workflows that settle payments on Base
Fit
Best for
- —Agents or bots needing on-demand NFT floor-price data without API key management
- —Developers who want pay-per-call pricing with no subscription commitment
- —x402-compatible clients settling micropayments in USDC on Base
Not for
- —Users needing bulk historical NFT data (no batch or historical endpoints documented)
- —Anyone requiring detailed documentation or guaranteed SLAs before integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/collections/31/floor \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no request/response schema, no examples, and all documentation pages are empty beyond a wallet-connect prompt. The endpoint's exact behavior must be inferred from its URL path alone.
Warnings
- —No OpenAPI or schema documentation available — request parameters and response format are unknown
- —All doc/pricing/README pages render only 'Connect wallet' with no technical content
- —The specific collection ID 31 is hardcoded in the path; it is unclear what collection this refers to or whether other collection IDs are supported
- —No rate-limit or SLA information provided
Citations
- —The endpoint returns HTTP 402 with an x402 challenge advertising 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/collections/31/floor
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/collections/31/floor
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com