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 #36. It is part of a broader platform offering pay-per-call APIs across data analytics, AI/ML, finance/Web3, and infrastructure categories — all settled via the x402 protocol on the Base network using USDC.
The specific endpoint `/api/v1/nfts/36/owner` accepts POST requests and is gated by an x402 payment challenge. The price is 20,000 base units of USDC (6 decimals), which equals $0.02 per request. Payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` on Base, using the USDC contract at `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`. No API keys or rate limits are advertised; access is instant once payment is included in the `X-PAYMENT` header.
Documentation is minimal — there is no OpenAPI spec, no request/response schema beyond the x402 challenge's `outputSchema` stub, and no examples of what the response payload looks like. The platform landing page lists many other endpoints (analytics, AI, finance, utilities) all at the same $0.02 price point, but details on request parameters and response formats are not provided for any of them.
Capabilities
Use cases
- —Querying the current owner of a specific NFT programmatically
- —Integrating NFT ownership checks into automated agent workflows
- —Verifying NFT holder status without managing API keys
Fit
Best for
- —Agents needing on-demand NFT ownership data with no subscription
- —Developers who want keyless, pay-per-call NFT queries on Base
- —Workflows requiring x402-compatible micropayment endpoints
Not for
- —Bulk NFT collection scans (no batch endpoint documented)
- —Querying NFTs beyond ID 36 (only this specific resource path is confirmed live)
- —Users who need detailed NFT metadata beyond ownership
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/36/owner \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no OpenAPI spec, no documented request parameters, no example responses, and no description of what the NFT ownership response actually contains. The listing is effectively a stub with only the payment challenge to go on.
Warnings
- —No OpenAPI or schema documentation available — request body and response format are unknown.
- —Only NFT #36 is confirmed; it is unclear whether other NFT IDs are supported at similar paths.
- —The platform lists many other endpoints but none have detailed docs; overall documentation quality is very low.
- —No robots.txt or agents.txt found.
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Base.https://lowpaymentfee.com/api/v1/nfts/36/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 network.https://lowpaymentfee.com
- —USDC contract address on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/nfts/36/owner