Query NFT ownership data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns the owner of NFT #92 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 broader lowpaymentfee.com platform offers a suite of x402-gated APIs spanning data analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance/Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints are listed at $0.02 per request and settle on the Base network using USDC.
This specific endpoint (/api/v1/nfts/92/owner) is narrowly scoped to NFT ownership lookup. The response MIME type is application/json. No OpenAPI schema, request body schema, or response body schema is documented beyond the x402 challenge metadata, so the exact request and response formats must be inferred or discovered by calling the endpoint with payment.
Capabilities
Use cases
- —Querying the current owner of a specific NFT programmatically
- —Building NFT portfolio dashboards that need ownership verification
- —Automating NFT ownership checks in trading bots or marketplace integrations
Fit
Best for
- —Agents needing quick, keyless NFT ownership lookups
- —Developers who prefer pay-per-call over subscription API plans
- —Applications already integrated with x402 payment flows on Base
Not for
- —Bulk querying ownership across thousands of NFTs (no batch endpoint documented)
- —Looking up NFTs by collection or searching across multiple token IDs (this endpoint is scoped to NFT #92)
- —Users who cannot settle payments in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/92/owner \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402_payment_proof>"Endpoint
Quality
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 body format, no examples, and the endpoint is narrowly scoped to a single NFT ID. The crawled pages beyond the homepage returned only 'Connect wallet' with no additional documentation.
Warnings
- —No request or response schema documented — callers must discover the format experimentally
- —Endpoint is hardcoded to NFT #92; no documentation on how to query other NFT IDs
- —No OpenAPI spec, README, or detailed API documentation available from the crawl
- —The broader platform lists many API categories but none were probed; actual availability is unverified
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/nfts/92/owner
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com