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 #53. It is part of a broader platform offering pay-per-request 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/53/owner` accepts POST requests and is gated behind an x402 payment challenge. The maximum amount required is 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 USD (USDC uses 6 decimals). Payment is made via the `exact` scheme to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second timeout. No API keys or rate limits are advertised; access is instant once payment is included in the X-PAYMENT header.

The platform lists many other endpoints at the same $0.02 price point covering sentiment analysis, text summarization, embeddings, price feeds, gas estimates, geocoding, and more. However, no OpenAPI schema, detailed request/response documentation, or usage examples were found in the crawl. The exact response format for the NFT owner endpoint is undocumented beyond the stated mimeType of application/json.

Capabilities

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

Use cases

  • Querying the current owner of a specific NFT programmatically
  • Integrating NFT ownership checks into agent workflows without API key management
  • Verifying NFT provenance or holder status in automated pipelines

Fit

Best for

  • Agents needing on-demand NFT ownership data with no signup
  • Developers prototyping x402 payment flows on Base
  • Low-volume, pay-as-you-go NFT data queries

Not for

  • Bulk or batch NFT ownership lookups across many token IDs (only NFT #53 is exposed at this path)
  • Users who need free or subscription-based access rather than per-request crypto payments
  • Querying NFTs on networks other than Base

Quick start

curl -X POST https://lowpaymentfee.com/api/v1/nfts/53/owner \
  -H "X-PAYMENT: <x402-payment-header>" \
  -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). However, there is no OpenAPI schema, no documented request body format, no example responses, and no detailed documentation for this specific NFT endpoint. The listing is essentially a stub with a working payment gate.

Warnings

  • No OpenAPI or request/response schema available — request body and response format are unknown.
  • This endpoint is hardcoded to NFT #53; it is unclear whether other NFT IDs are supported at different paths.
  • No documentation pages rendered meaningful content (pricing, README, and /api pages only showed 'Connect wallet').
  • The platform lists many diverse API categories but no evidence of actual backend functionality was found beyond the x402 gate.

Citations

Provenance

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

Agent access