x402basequality 0.40

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 NFT ownership information for NFT ID 41. It is part of a broader platform offering pay-per-call APIs across data analytics, AI/ML, finance/Web3, and infrastructure categories — all settled via the x402 protocol on the Base network using USDC.

The endpoint accepts POST requests and returns JSON. Payment is handled inline via the X-PAYMENT header using the x402 exact-amount scheme. The maximum amount required per call is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 USD (USDC uses 6 decimals). No API keys, rate limits, or upfront commitments are required — callers simply attach a valid x402 payment header to each request.

The platform advertises a uniform $0.02/request pricing model across all its endpoints. This specific endpoint is scoped to NFT owner lookups, though the provider's landing page lists additional endpoints for sentiment analysis, text summarization, embeddings, price feeds, gas estimates, geocoding, and more. Documentation beyond the landing page is sparse — the /api, /pricing, and /README pages all resolve to a minimal "Connect wallet" prompt with no further technical detail.

Capabilities

nft-ownership-lookupx402-micropaymentusdc-paymentbase-networkpay-per-requestno-api-key

Use cases

  • Querying the current owner of a specific NFT programmatically
  • Verifying NFT ownership as part of a gating or access-control workflow
  • Building dashboards or bots that track NFT ownership changes

Fit

Best for

  • Agents or apps that need quick, keyless NFT owner lookups
  • Developers who prefer pay-per-call over subscription API plans
  • x402-compatible wallets and agent frameworks on Base

Not for

  • Bulk enumeration of all NFT owners across a collection (single-ID endpoint)
  • Users who need detailed NFT metadata beyond ownership
  • Anyone without a Base-compatible USDC wallet for x402 payments

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live (402 challenge captured) with clear pricing ($0.02 USDC on Base), but there is no OpenAPI schema, no request/response examples, and no documentation beyond a landing page listing. The specific behavior and response format of the NFT owner endpoint must be inferred from the URL path alone.

Warnings

  • No API documentation available — /api, /pricing, and /README pages all return only a 'Connect wallet' prompt with no technical content.
  • No request body schema or response schema documented; callers must discover the interface by experimentation.
  • The endpoint is narrowly scoped to NFT ID 41; it is unclear whether other NFT IDs are supported at different paths.

Citations

Provenance

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

Agent access