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 #35 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/35/floor` accepts POST requests and returns JSON. Based on the URL pattern, it likely serves NFT or digital-asset collection floor-price data, though the provider does not publish detailed documentation for this particular route. The x402 challenge confirms the endpoint is live, requires a payment of 20,000 base units of USDC (0.02 USD given 6 decimals), and settles to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base.

The provider advertises no API keys, no rate limits, and instant access. Documentation pages beyond the landing page returned only a "Connect wallet" prompt with no further technical detail, so the request/response schema is not documented. The endpoint is discoverable and uses x402 version 1 with the "exact" payment scheme.

Capabilities

nft-floor-pricex402-micropaymentbase-networkusdc-settlementpay-per-requestjson-api

Use cases

  • Querying 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-price data without API key management
  • Micropayment-native workflows on Base that can settle in USDC
  • Low-volume or bursty access patterns where per-call pricing is cheaper than subscriptions

Not for

  • High-frequency trading requiring sub-second latency and bulk data (no documented batch endpoint)
  • Users who need detailed collection metadata, trait data, or historical price charts beyond floor price
  • Anyone unable to transact in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/collections/35/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). However, there is no OpenAPI schema, no request/response examples, and documentation pages are empty stubs. The specific endpoint is not listed on the provider's landing page, so its exact behavior is inferred from the URL pattern only.

Warnings

  • No request or response schema documented; input/output format is unknown.
  • This specific endpoint (/api/v1/collections/35/floor) is not listed among the provider's advertised APIs on the landing page.
  • All documentation, pricing, API, and README pages return only a 'Connect wallet' prompt with no technical content.
  • The nature of 'collection 35' is unspecified; it is inferred to be an NFT collection from the URL pattern.

Citations

Provenance

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

Agent access