x402basequality 0.40

NFT collection floor-price data 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 17. It is part of a broader platform offering pay-per-call APIs across data analytics, AI/ML, finance/Web3, and utility categories, all settled via the x402 protocol on the Base network using USDC.

The specific endpoint `/api/v1/collections/17/floor` accepts POST requests and returns JSON. Payment is handled inline via the x402 `exact` scheme: each call costs up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) sent to the provider's address on Base. No API keys or accounts are required — callers attach an `X-PAYMENT` header with a valid x402 payment proof and receive the response immediately.

The platform advertises uniform $0.02 pricing across all endpoints, no rate limits, and no minimum commitments. Documentation pages (docs, pricing, README) were largely empty at crawl time, showing only a "Connect wallet" prompt, so detailed request/response schemas and field definitions are unavailable. The endpoint is confirmed live (402 challenge captured).

Capabilities

nft-floor-pricex402-paymentusdc-basepay-per-requestjson-apino-api-key

Use cases

  • Fetching the current floor price of a specific NFT collection for trading bots
  • Monitoring NFT collection valuations in dashboards or alerts
  • Integrating floor-price feeds into DeFi or portfolio-tracking applications

Fit

Best for

  • Agents or bots needing on-demand NFT floor prices without API key management
  • Low-volume, pay-as-you-go NFT data consumers
  • x402-native workflows on the Base network

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
  • Anyone without access to USDC on Base for payment

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is confirmed live with a valid 402 challenge and clear pricing ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, and all docs pages returned only a wallet-connect prompt. The specific data returned by this floor-price endpoint is entirely undocumented.

Warnings

  • No request or response schema documented — callers must discover the format experimentally.
  • Documentation pages (/docs, /pricing, /README) are effectively empty, showing only 'Connect wallet'.
  • The endpoint path references a hardcoded collection ID (17); it is unclear what collection this maps to or whether other IDs are valid.
  • No information on data freshness, update frequency, or data source for floor prices.

Citations

Provenance

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

Agent access