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 a specific NFT (ID 23) 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 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 catalog of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request on Base. This specific endpoint falls under the NFT/Web3 category and returns JSON. The payment is directed to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 using the USDC contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base.
Documentation is minimal — the site's pricing, README, and API pages all resolve to a "Connect wallet" prompt with no further detail. There is no OpenAPI spec, no request/response schema beyond the x402 challenge's outputSchema stub, and no example payloads. The endpoint is confirmed live (402 challenge returned successfully).
Capabilities
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-the-fly
Fit
Best for
- —Agents needing quick NFT ownership lookups without subscription overhead
- —Developers prototyping Web3 apps who want instant, keyless API access
- —Low-volume or sporadic NFT data queries where $0.02/call is cost-effective
Not for
- —Bulk NFT indexing across thousands of tokens (no batch endpoint documented)
- —Querying NFTs beyond ID 23 on this specific endpoint path (would need different endpoint paths)
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/23/owner \
-H "X-PAYMENT: <x402_payment_proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is confirmed live via a valid 402 x402 challenge with clear pricing and payment details. However, there is no OpenAPI spec, no documented request body schema, no example responses, and the site's docs pages are empty beyond a wallet-connect prompt. The actual data returned by this endpoint is unknown.
Warnings
- —No OpenAPI or schema documentation available — request and response formats are undocumented.
- —The endpoint path is hardcoded to NFT ID 23; it is unclear whether other NFT IDs are supported at different paths.
- —Site documentation pages (/api, /pricing, /README) all return only a 'Connect wallet' prompt with no useful content.
- —The provider description 'Premium API Access' is generic and does not describe the actual functionality.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/23/owner
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/23/owner
- —All APIs on the platform are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The provider offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com