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 owner information for a given NFT (token ID 50 in the probed URL). It is part of a broader suite of x402-enabled APIs offered by the same provider, spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.

The endpoint uses the x402 payment protocol (version 1, "exact" scheme). Callers must include an X-PAYMENT header with a valid payment proof. The asset is USDC (contract 0x8335…2913 on Base), and the maxAmountRequired is 20,000 base units, which equals $0.02 (USDC has 6 decimals). No API keys or rate limits are advertised; access is gated purely by per-request micropayment. The response MIME type is application/json.

Note that this specific endpoint (/api/v1/nfts/50/owner) is not listed on the provider's landing page among the advertised API categories, so its exact response schema and the range of supported NFT IDs are unknown. The provider's site is very thin on documentation — the /api, /pricing, and /README pages all resolve to a "Connect wallet" prompt with no further detail. Treat this as a functional but lightly documented endpoint.

Capabilities

nft-ownership-lookupx402-micropaymentusdc-paymentbase-networkper-request-pricingno-api-key

Use cases

  • Look up the current owner of a specific NFT by token ID
  • Verify NFT ownership as part of a gating or verification workflow
  • Integrate NFT ownership checks into an automated agent pipeline using x402 payments

Fit

Best for

  • Agents or apps that need on-demand NFT ownership data without managing API keys
  • Developers building on Base who want pay-per-call NFT queries
  • Micropayment-native workflows where per-request billing is preferred over subscriptions

Not for

  • Bulk or batch NFT ownership queries across thousands of tokens (no documented batch endpoint)
  • Users who need detailed NFT metadata beyond ownership (traits, images, history) — not documented here

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/50/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 format, no examples, and the specific NFT endpoint is not even listed on the provider's own landing page. Documentation pages return only a wallet-connect prompt.

Warnings

  • This specific endpoint (/api/v1/nfts/50/owner) is not listed among the provider's advertised APIs on the landing page.
  • No request or response schema is documented anywhere; the exact input parameters and output fields are unknown.
  • The /api, /pricing, and /README pages contain no useful documentation — only a 'Connect wallet' prompt.
  • The breadth and reliability of the NFT data source behind this endpoint is unverified.

Citations

  • The x402 challenge returns maxAmountRequired of 20000 base units in USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02.
    https://lowpaymentfee.com/api/v1/nfts/50/owner
  • The provider advertises $0.02 per request across all APIs with no API keys, no rate limits, and instant access on Base network.
    https://lowpaymentfee.com
  • The landing page lists API categories for Data & Analytics, AI & ML, Finance & Web3, and Infrastructure, but does not list an NFT endpoint.
    https://lowpaymentfee.com

Provenance

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

Agent access