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 #84 via a pay-per-call x402 protocol. The payment 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 endpoint is part of a broader platform (lowpaymentfee.com) that offers multiple API categories including data & analytics, AI/ML inference (sentiment analysis, summarization, classification, embeddings), finance & Web3 data (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation). All endpoints on the platform are priced at $0.02 per request and settle on the Base network using USDC.
The specific endpoint `/api/v1/nfts/84/owner` accepts POST requests and returns JSON. No OpenAPI schema or detailed documentation was found beyond the x402 challenge and the platform's landing page. The exact response format is not documented, so callers should expect a JSON object containing NFT ownership information but the precise fields are unknown.
Capabilities
Use cases
- —Querying the current owner of a specific NFT programmatically
- —Building NFT portfolio dashboards that need ownership verification
- —Automated agents verifying NFT ownership before executing trades or actions
Fit
Best for
- —Agents needing one-off NFT ownership checks without managing API keys
- —Low-volume, pay-as-you-go NFT data queries
- —Developers prototyping Web3 applications that need ownership data
Not for
- —Bulk or high-throughput NFT indexing across thousands of tokens (no batch endpoint documented)
- —Querying NFTs beyond the hardcoded token ID 84 (endpoint path is specific to NFT #84)
- —Users who need historical ownership data or transfer history
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/84/owner \
-H "X-PAYMENT: <x402-payment-proof>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no documented request/response format, no examples, and the endpoint is narrowly scoped to a single NFT ID. The platform landing page provides only a high-level overview with no technical documentation.
Warnings
- —No OpenAPI or detailed API documentation available
- —Response schema is completely undocumented — field names and structure are unknown
- —Endpoint is hardcoded to NFT #84; unclear if other NFT IDs are supported at different paths
- —The /api, /pricing, and /README pages all returned only a 'Connect wallet' prompt with no useful content
- —No information about which NFT collection or chain the NFT #84 belongs to
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/nfts/84/owner
- —All endpoints 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 platform offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com