NFT ownership lookup via x402 micropayment on Base for $0.02 per request
What it does
This endpoint at lowpaymentfee.com returns NFT ownership information for a specific NFT (ID 80) via a POST request. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all settling payments through the x402 protocol on the Base network using USDC.
The x402 challenge confirms the endpoint is live and accepts exact-scheme payments of up to 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a maximum timeout of 300 seconds. No API keys or rate limits are advertised — access is gated purely by the x402 payment header.
The provider's landing page lists many other endpoints across data/analytics, AI/ML, finance/Web3, and infrastructure categories, all at the same $0.02 price point. However, this specific listing covers only the `/api/v1/nfts/80/owner` endpoint. Documentation is minimal: there is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and the crawled /api, /pricing, and /README pages returned only a "Connect wallet" prompt with no additional detail. The actual response format for the NFT owner query is unknown.
Capabilities
Use cases
- —Querying the current owner of a specific NFT programmatically
- —Verifying NFT ownership as part of a token-gating 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
- —Micropayment-friendly workflows where per-call billing is preferred
- —Developers already operating on the Base network with USDC
Not for
- —Bulk or batch NFT ownership queries across many token IDs (only one ID exposed here)
- —Users who need detailed NFT metadata beyond ownership
- —Anyone without a Base-network USDC wallet for x402 payments
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/80/owner \
-H "X-PAYMENT: <x402_payment_header>" \
-H "Content-Type: application/json"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no OpenAPI spec, no documented request body schema, no example responses, and the crawled pages beyond the landing page were empty. The endpoint's actual behavior and response format must be inferred entirely from its URL path.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are unknown
- —The /api, /pricing, and /README pages returned no useful content beyond 'Connect wallet'
- —This endpoint covers only NFT ID 80; it is unclear whether other NFT IDs are supported at different paths
- —The provider lists many diverse API categories (AI, finance, infrastructure) at identical pricing, which may indicate placeholder or demo endpoints
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/80/owner
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/80/owner