x402basequality 0.30

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 40 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 on the platform use the x402 protocol for payment, settling in USDC on the Base network.

The specific endpoint `/api/v1/collections/40/floor` is not explicitly listed on the provider's landing page among the advertised API categories, but the x402 challenge is live and returns a valid 402 response. The payment required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. The endpoint accepts POST requests and returns JSON.

Documentation is extremely sparse — the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI schema, no request/response examples, and no description of what fields the response contains or what parameters the request accepts. The collection ID 40 is hardcoded in the URL path, and it is unclear what collection it refers to or whether other collection IDs are available. Use with caution given the lack of documentation.

Capabilities

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

Use cases

  • Querying the current floor price of a specific NFT collection programmatically
  • Building trading bots that monitor NFT floor prices
  • Integrating NFT market data into dashboards or analytics tools

Fit

Best for

  • Agents needing on-demand NFT floor price data without API key management
  • Developers who prefer pay-per-call micropayments over subscription billing
  • Automated workflows on Base that can settle USDC payments natively

Not for

  • Users who need comprehensive NFT metadata or historical price charts
  • High-frequency polling where $0.02 per call would accumulate significant cost
  • Anyone requiring detailed documentation or guaranteed SLAs

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.30/ 1.00

The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is zero documentation for this specific endpoint — no request schema, no response schema, no examples, and the endpoint isn't even listed on the provider's landing page. The collection ID 40 is unexplained.

Warnings

  • No documentation available for this endpoint; docs/pricing/API pages only show 'Connect wallet'
  • This specific endpoint (/api/v1/collections/40/floor) is not listed among the provider's advertised APIs
  • No OpenAPI schema or response examples available — request and response formats are unknown
  • Collection ID 40 is unexplained; unclear what NFT collection it refers to or what other IDs exist

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-19 18:08:59Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-19
Last seen2026-04-21

Agent access