x402basequality 0.35

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 returns the floor price for NFT collection ID 13, hosted on lowpaymentfee.com. It is part of a broader suite of pay-per-call APIs covering data analytics, AI/ML inference, finance/Web3 data, and utility services. All endpoints on the platform use the x402 payment protocol, settling in USDC on the Base network at $0.02 per request.

The specific endpoint `/api/v1/collections/13/floor` accepts POST requests and returns JSON. Based on the URL structure, it likely serves NFT marketplace or collection data — specifically the floor price for a given collection. However, no detailed documentation, request/response schema, or examples are available from the crawled pages (docs, pricing, and API pages all returned only a "Connect wallet" prompt with no further content).

The endpoint is live and returns a valid x402 challenge (HTTP 402) with a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on the Base network. No API keys or rate limits are advertised; access is purely pay-per-call.

Capabilities

nft-floor-pricex402-paymentusdc-basepay-per-requestjson-apicollection-data

Use cases

  • Fetching the current floor price of a specific NFT collection for trading bots
  • Monitoring NFT collection valuations in a portfolio dashboard
  • Feeding floor-price data into automated bidding or listing strategies

Fit

Best for

  • Agents needing on-demand NFT floor prices without API key management
  • Micropayment-friendly workflows on Base network
  • Lightweight, single-call NFT data lookups

Not for

  • Bulk historical NFT price data retrieval (no batch endpoint documented)
  • Users who cannot settle USDC payments on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/collections/13/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 and returns a valid x402 challenge, but there is no documentation, no request/response schema, and no examples available. The docs, pricing, and API pages are all empty beyond a wallet-connect prompt. The endpoint's purpose is inferred solely from its URL path. This is effectively a stub listing.

Warnings

  • No API documentation available — docs page only shows 'Connect wallet'
  • No request or response schema provided; endpoint behavior is inferred from URL path only
  • Collection ID 13 is hardcoded in the URL; unclear what collection it refers to
  • The broader platform lists many endpoints but none have documented schemas

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