x402basequality 0.35

Query NFT ownership data via x402 micropayment on Base for $0.02 per request.

Price
0.02 USDC / call
Protocol
x402
Verified
no

What it does

This endpoint at lowpaymentfee.com returns the owner of NFT #92 via a pay-per-call x402 protocol. The endpoint accepts POST requests and is settled in USDC on the Base network. The x402 challenge advertises a maxAmountRequired of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. No API keys, rate limits, or subscriptions are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The broader lowpaymentfee.com platform offers a suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request and settle on the Base network using USDC.

This specific endpoint (/api/v1/nfts/92/owner) is narrowly scoped to NFT ownership lookup. The response MIME type is application/json. No OpenAPI schema, request body schema, or response body schema is documented beyond the x402 challenge metadata, so the exact request and response formats must be inferred or discovered by calling the endpoint with payment.

Capabilities

nft-ownership-lookupx402-micropaymentusdc-settlementbase-networkpay-per-callno-api-keyjson-response

Use cases

  • Querying the current owner of a specific NFT programmatically
  • Building NFT portfolio dashboards that need ownership verification
  • Automating NFT ownership checks in trading bots or marketplace integrations

Fit

Best for

  • Agents needing quick, keyless NFT ownership lookups
  • Developers who prefer pay-per-call over subscription API plans
  • Applications already integrated with x402 payment flows on Base

Not for

  • Bulk querying ownership across thousands of NFTs (no batch endpoint documented)
  • Looking up NFTs by collection or searching across multiple token IDs (this endpoint is scoped to NFT #92)
  • Users who cannot settle payments in USDC on the Base network

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/92/owner \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402_payment_proof>"

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI schema, no documented request/response body format, no examples, and the endpoint is narrowly scoped to a single NFT ID. The crawled pages beyond the homepage returned only 'Connect wallet' with no additional documentation.

Warnings

  • No request or response schema documented — callers must discover the format experimentally
  • Endpoint is hardcoded to NFT #92; no documentation on how to query other NFT IDs
  • No OpenAPI spec, README, or detailed API documentation available from the crawl
  • The broader platform lists many API categories but none were probed; actual availability is unverified

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-21 23:48:15Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access