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 the floor price for NFT collection ID 15 hosted on lowpaymentfee.com. 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 data, and utility services. All endpoints use the x402 protocol on the Base network, settling in USDC at $0.02 per request with no API keys, rate limits, or subscriptions required.

The specific path `/api/v1/collections/15/floor` is not listed on the provider's landing page among the advertised API categories, but the x402 challenge is live and returns a valid 402 response with an "exact" payment scheme. The asset address `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913` corresponds to USDC on Base (6 decimals), and the maxAmountRequired of 20000 base units equals $0.02. The endpoint accepts POST requests and returns application/json.

Documentation beyond the landing page is essentially empty — the /docs, /pricing, /api, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no example payloads available. The actual data source for NFT collection floor prices is unknown. Users should expect to experiment with the endpoint to discover the response format.

Capabilities

nft-floor-pricex402-paymentusdc-basepay-per-requestno-api-keyjson-response

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
  • Agent-driven NFT market analysis with per-call payment

Fit

Best for

  • Developers needing quick, keyless NFT floor-price lookups
  • AI agents that can settle x402 micropayments on Base
  • Low-volume or sporadic queries where subscription pricing is wasteful

Not for

  • High-frequency bulk NFT data ingestion (no documented batch endpoint)
  • Users who need detailed collection metadata, traits, or historical sales beyond floor price

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation, no OpenAPI schema, no request/response examples, and the specific endpoint path is not even listed among the provider's advertised APIs. The actual data behind this endpoint is unverifiable.

Warnings

  • Endpoint path /api/v1/collections/15/floor is not listed on the provider's landing page among advertised APIs
  • No documentation available — /docs, /pricing, /api, /README all return only a wallet-connect prompt
  • No request or response schema is published; response format is unknown
  • The data source for NFT collection floor prices is undisclosed

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 17:50:47Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-23

Agent access