x402basequality 0.40

Look up 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 specific NFT (ID 78) via an x402-gated POST request. Payment 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 call. No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.

The provider (lowpaymentfee.com) hosts a broader suite of pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3 data, and utility services, all priced at $0.02 per request. This particular endpoint sits under the NFT category and is discoverable via HTTP POST. The response MIME type is application/json. No OpenAPI schema or detailed documentation beyond the landing page was found, so the exact request body format and response fields are unknown.

The endpoint is live: the probe received a proper HTTP 402 with a well-formed x402 challenge. Payment is directed to wallet 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using USDC contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base. The timeout for payment settlement is 300 seconds.

Capabilities

nft-ownership-lookupx402-paymentusdc-basepay-per-requestno-api-keyjson-response

Use cases

  • Querying the current owner of a specific NFT programmatically
  • Integrating NFT ownership checks into agent workflows without API key management
  • Building Web3 dashboards that verify NFT holders on demand

Fit

Best for

  • Agents needing quick NFT ownership lookups with crypto micropayments
  • Developers who want keyless, pay-per-call NFT data access
  • Workflows that already settle payments in USDC on Base

Not for

  • Bulk enumeration of all NFT owners across a collection (single-ID endpoint)
  • Users who need free or fiat-only payment options
  • Querying NFTs on networks other than what this provider supports

Quick start

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

Endpoint

Transporthttp
Protocolx402
Pay to0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3
CurrencyUSD COIN

Quality

0.40/ 1.00

The endpoint is live with a valid x402 402 challenge and clear pricing. However, there is no OpenAPI schema, no documented request/response format, and the crawled pages beyond the landing page were empty (wallet-connect gates). The specific NFT endpoint is not even listed on the provider's homepage, making its purpose and response shape entirely inferred.

Warnings

  • No OpenAPI or schema documentation available for this endpoint
  • Request body format and response fields are unknown — no examples found
  • This specific NFT endpoint (/api/v1/nfts/78/owner) is not listed on the provider's landing page; only generic API categories are shown
  • Crawled /api, /pricing, and /README pages returned no useful content (wallet-connect gate)

Citations

Provenance

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

Agent access