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 returns floor-price data for NFT collection ID 21 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 and pay by attaching an X-PAYMENT header with a valid x402 payment proof.

The specific path `/api/v1/collections/21/floor` is not listed on the provider's landing page, which instead showcases categories like Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. The collections/floor endpoint appears to be an NFT-related data endpoint, likely returning the current floor price for a specific collection. The response MIME type is `application/json`.

The provider advertises simple, flat pricing ($0.02 per request), no rate limits, and no minimum commitments. The x402 challenge confirms the endpoint is live, accepting POST requests, settling via the "exact" scheme in USDC (contract `0x8335…2913`) on Base mainnet. The maximum amount required is 20,000 base units of USDC (6 decimals), which equals $0.02.

Capabilities

nft-floor-pricex402-paymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Retrieve the current floor price for a specific NFT collection programmatically
  • Build trading bots or dashboards that monitor NFT floor prices
  • Integrate NFT floor-price checks into agent workflows without managing API keys

Fit

Best for

  • Agents or bots needing on-demand NFT floor-price data with no signup
  • Developers who want to pay per call in USDC on Base without subscriptions
  • Automated pipelines that need simple, keyless API access to NFT market data

Not for

  • High-volume bulk NFT data ingestion where per-call pricing becomes expensive
  • Users who need historical floor-price time series (no evidence this endpoint provides that)
  • Non-crypto users who cannot generate x402 payment proofs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documentation of request/response formats, no examples, and the specific collections/floor endpoint is not even listed on the provider's own landing page. The docs, pricing, and API pages all returned only 'Connect wallet' with no useful content.

Warnings

  • The endpoint path /api/v1/collections/21/floor is not listed among the provider's advertised APIs — it may be undocumented or experimental.
  • No request or response schema is available; the actual data returned is unknown.
  • All documentation pages (docs, api, pricing, README) returned only 'Connect wallet' with no substantive content.
  • Collection ID 21 is hardcoded in the path; it is unclear what collection this refers to or how to discover other collection IDs.

Citations

Provenance

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

Agent access