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 #36 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.

The specific endpoint `/api/v1/collections/36/floor` accepts POST requests and returns JSON. Based on the URL structure, it appears to serve NFT or digital-asset collection floor-price data, though the provider's landing page does not explicitly document this particular route — it is not listed among the advertised API categories. The x402 challenge confirms the endpoint is live, requires a payment of 20,000 base units of USDC (0.02 USD given 6 decimals) on Base mainnet, and responds with `application/json`.

No OpenAPI schema, detailed request/response documentation, or usage examples were found in the crawl. The docs, pricing, and API pages all rendered only a "Connect wallet" prompt with no additional content. Because of this, the exact request body format and response shape are unknown and must be discovered by the caller.

Capabilities

nft-floor-pricex402-paymentusdc-settlementbase-networkpay-per-requestjson-api

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
  • Agents that compare floor prices across collections before making purchase decisions

Fit

Best for

  • AI agents needing on-demand NFT floor prices without API key management
  • Developers who want pay-per-call pricing with no subscription commitment
  • Crypto-native workflows that can settle micropayments in USDC on Base

Not for

  • Users who need bulk historical floor-price data (no batch or historical endpoint documented)
  • Applications that cannot handle x402 payment flows or USDC on Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/collections/36/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 x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no documented request/response format, and the specific endpoint is not listed on the provider's own landing page. Docs pages returned only a wallet-connect prompt with no useful content.

Warnings

  • This specific endpoint (/api/v1/collections/36/floor) is not listed among the provider's advertised APIs — it may be undocumented or experimental.
  • No request body schema or response schema is available; callers must discover the format by trial.
  • All documentation pages (docs, pricing, API, README) returned only a 'Connect wallet' prompt with no substantive content.
  • The nature of 'collection 36' is unknown — there is no metadata about what collection this refers to.

Citations

Provenance

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

Agent access