x402basequality 0.35

NFT collection floor-price lookup via x402 micropayment on Base, $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns floor-price data for NFT collection ID 10. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all settled via the x402 protocol on the Base network using USDC. The specific endpoint path `/api/v1/collections/10/floor` suggests it serves NFT or digital-asset collection floor prices, though the provider's landing page categorizes its Finance & Web3 APIs under price feeds, token quotes, and similar headings.

Payment is handled inline: callers receive a 402 challenge requiring an `X-PAYMENT` header with an exact-scheme USDC payment of up to 20,000 base units (i.e., $0.02 given USDC's 6 decimals) sent to the provider's address on Base. No API keys, subscriptions, or rate limits are advertised — access is purely pay-per-request. The response MIME type is `application/json`.

Documentation is extremely thin. The landing page lists many endpoints but provides no request/response schemas, parameter descriptions, or example payloads. The `/docs`, `/api`, `/pricing`, and `/README` pages all render only a "Connect wallet" prompt with no additional content. Because of this, the exact request body format and response structure for this endpoint are unknown and must be discovered experimentally.

Capabilities

nft-floor-pricex402-paymentusdc-micropaymentbase-networkpay-per-requestjson-api

Use cases

  • Querying the current floor price of a specific NFT collection programmatically
  • Building trading bots or dashboards that need real-time NFT floor data
  • Agents that compare floor prices across collections before making purchase decisions

Fit

Best for

  • AI agents needing on-demand NFT floor prices without API key management
  • Developers who prefer pay-per-call pricing over monthly subscriptions
  • Applications already integrated with x402 payment flows on Base

Not for

  • Bulk historical NFT price data retrieval (no batch or historical endpoints documented)
  • Users who need detailed collection metadata beyond floor price

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/collections/10/floor \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-token>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, no examples, and the docs pages are empty. The specific collection ID 10 is hard-coded in the path with no explanation of what collection it refers to.

Warnings

  • No API documentation available — /docs, /api, /pricing, and /README all return only a wallet-connect prompt with no content.
  • No request or response schema provided; callers must discover the payload format experimentally.
  • The endpoint path references collection ID 10 but no information is given about what collection this represents.
  • The landing page lists many endpoint categories but this specific /collections/10/floor path is not listed among them, raising questions about its status.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 17:49:54Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access