Look up NFT ownership data via x402 micropayment on Base for $0.02 per request.
What it does
This endpoint at lowpaymentfee.com returns NFT owner information for a specific NFT (ID 75) via an x402 pay-per-call model. The endpoint accepts POST requests and charges 20,000 base units of USDC on the Base network per call, which equals $0.02 USD (USDC uses 6 decimals). 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 suite of x402-gated APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities, all priced at $0.02 per request. This particular endpoint is in the NFT category and returns JSON. The x402 challenge confirms the endpoint is live, using the "exact" payment scheme settling to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a 300-second payment timeout.
Note that no OpenAPI schema, request body schema, or response body schema is documented. The endpoint's exact input parameters and response structure are unknown beyond the fact that it returns application/json. Callers should experiment or contact the provider for details on what fields are accepted and returned.
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 or subscriptions
Fit
Best for
- —Agents needing one-off NFT ownership lookups with no signup
- —Developers prototyping x402 payment flows on Base
- —Low-volume NFT data queries where per-call pricing is preferred
Not for
- —Bulk NFT ownership queries across many token IDs (only one NFT ID is exposed at this path)
- —Users who need detailed NFT metadata, traits, or transaction history beyond ownership
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/75/owner \
-H "X-PAYMENT: <x402-payment-proof>" \
-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/response schema, no examples, and the endpoint description is generic ('Premium API Access'). The specific NFT endpoint is a single hardcoded token ID with no broader documentation.
Warnings
- —No OpenAPI or request/response schema available — input parameters and response structure are unknown.
- —Endpoint path is hardcoded to NFT ID 75; unclear if other NFT IDs are supported at different paths.
- —Provider description is generic ('Premium API Access') with no NFT-specific documentation.
- —Crawled /api, /pricing, and /README pages returned only 'Connect wallet' with no useful content.
Citations
- —Endpoint returns HTTP 402 with x402 challenge, confirming it is livehttps://lowpaymentfee.com/api/v1/nfts/75/owner
- —Price is 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/nfts/75/owner
- —Provider advertises $0.02/request, no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —Payment timeout is 300 seconds, payTo address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/nfts/75/owner