Query NFT ownership data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns NFT ownership information for NFT #47. It is part of a broader suite of pay-per-call APIs offered by lowpaymentfee.com, all settled via the x402 protocol on the Base network using USDC. The endpoint accepts POST requests and returns JSON.
The x402 challenge confirms the endpoint is live and charges a maximum of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is made via the x402 "exact" scheme with no API keys, no rate limits, and no subscriptions required — just attach the appropriate X-PAYMENT header. The payment recipient is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3, and the timeout window is 300 seconds.
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, no OpenAPI schema, detailed documentation, or example request/response payloads are available for this specific NFT owner endpoint, so the exact request body format and response structure are unknown.
Capabilities
Use cases
- —Checking the current owner of a specific NFT programmatically
- —Integrating NFT ownership verification into an agent workflow
- —Verifying NFT provenance or holder status without an API key
Fit
Best for
- —Agents needing quick, keyless NFT ownership checks
- —Developers prototyping x402 payment flows on Base
- —Low-volume, on-demand NFT data queries
Not for
- —Bulk NFT collection scanning (no batch endpoint documented)
- —Querying NFTs beyond ID 47 (only this specific resource path is confirmed)
- —Users who need detailed NFT metadata beyond ownership
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/47/owner \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge with clear pricing, but there is no OpenAPI schema, no documentation of request/response formats, and no examples. The NFT owner endpoint's purpose is only inferable from the URL path. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —No example request or response bodies documented — request format is unknown
- —Only NFT #47 is confirmed; unclear if other NFT IDs are supported at similar paths
- —Provider pages (/api, /pricing, /README) returned only a 'Connect wallet' prompt with no useful content
Citations
- —Endpoint returns 402 with x402 challenge advertising USDC on Base, maxAmountRequired 20000 (=$0.02)https://lowpaymentfee.com/api/v1/nfts/47/owner
- —Provider advertises $0.02/request, no API keys, no rate limits, Base networkhttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 with 6 decimalshttps://lowpaymentfee.com/api/v1/nfts/47/owner