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 NFT ownership information for a specific NFT (ID 9) 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 provider, lowpaymentfee.com, hosts a broader catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced uniformly at $0.02 per request on Base. This specific endpoint (/api/v1/nfts/9/owner) appears to serve NFT owner lookup, though no detailed documentation or response schema was found in the crawl. The response MIME type is application/json.

Because no OpenAPI spec, request/response examples, or detailed documentation were discovered, the exact request body format and response structure are unknown. Callers should expect a JSON response containing owner address information for the queried NFT, but the precise fields are unconfirmed.

Capabilities

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

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 that display NFT holder information

Fit

Best for

  • Agents or apps that need on-demand NFT owner data without managing API keys
  • Low-volume, pay-as-you-go NFT ownership queries
  • Developers experimenting with x402 payment protocol integrations

Not for

  • Bulk or high-throughput NFT indexing (no batch endpoint documented)
  • Querying NFTs beyond ID 9 (only this specific resource path is confirmed)
  • Users who cannot settle payments in USDC on Base

Quick start

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

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 spec, no request/response schema, no documentation beyond a landing page listing, and the specific functionality (NFT owner lookup for ID 9) is narrow and undocumented. Effectively a stub listing.

Warnings

  • No OpenAPI spec or detailed documentation found for this endpoint.
  • Request body format and response schema are unknown — no examples available.
  • The endpoint path is hardcoded to NFT ID 9; it is unclear whether other NFT IDs are supported via similar paths.
  • The broader lowpaymentfee.com catalog lists many endpoints but none had accessible documentation pages (all returned 'Connect wallet' only).

Citations

Provenance

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

Agent access