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 NFT #72. 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 specific endpoint `/api/v1/nfts/72/owner` accepts POST requests and is gated behind an x402 payment challenge. 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 or rate limits are advertised; access is granted instantly upon payment. The payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds.

The platform markets itself as a low-fee, no-commitment API marketplace. However, documentation is extremely sparse — there is no OpenAPI spec, no request/response schema beyond the x402 challenge's `outputSchema` stub, and the crawled pages beyond the landing page only show a "Connect wallet" prompt. The actual response format for this NFT owner lookup is unknown, so consumers should expect to discover the schema experimentally.

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

Fit

Best for

  • Agents or apps that need on-demand NFT ownership data without managing API keys
  • Developers experimenting with x402 pay-per-call patterns on Base
  • Lightweight, low-cost one-off NFT ownership checks

Not for

  • Bulk or batch NFT ownership queries across large collections (no batch endpoint documented)
  • Use cases requiring detailed NFT metadata beyond ownership (traits, images, history)
  • Users who cannot settle payments in USDC on the Base network

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.35/ 1.00

The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI spec, no documented request body schema, no example responses, and no documentation beyond a landing page listing. The actual data returned is unknown, making this effectively a stub listing.

Warnings

  • No OpenAPI or schema documentation available — request and response formats are undocumented.
  • The endpoint path suggests a hardcoded NFT ID (72); it is unclear whether other NFT IDs are supported or how to query them.
  • Crawled subpages (/api, /pricing, /README) returned only 'Connect wallet' with no useful content.
  • Response content type and structure must be discovered experimentally.

Citations

Provenance

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

Agent access