Pay-per-call NFT data endpoint on Base via x402, settled in USDC at $0.02/request.
What it does
This x402-enabled endpoint at `/api/v1/nfts/6` is part of the lowpaymentfee.com platform, which offers a suite of pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. Each call is settled on the Base network using USDC (contract `0x8335…2913`) through the x402 exact-payment scheme. The specific endpoint probed here is labeled "Premium API Access" and appears to serve NFT-related data (inferred from the `/nfts/6` path), though no detailed documentation or response schema was found.
Pricing is straightforward: the x402 challenge advertises a `maxAmountRequired` of 20,000 base units. USDC uses 6 decimals, so 20000 / 10^6 = $0.02 per request, consistent with the site-wide $0.02/request pricing displayed on the landing page. No API keys are required; payment is handled entirely via the `X-PAYMENT` header. The site claims no rate limits and instant access.
Documentation is extremely sparse. The landing page lists endpoints with one-line descriptions and prices, but the `/api`, `/pricing`, and `/README` routes all returned only a "Connect wallet" prompt with no additional content. There is no OpenAPI spec, no example request/response payloads, and no description of what data the `/nfts/6` endpoint actually returns. The endpoint is live (returns a proper 402 challenge), but without documentation it is difficult to know what to POST or what the response structure looks like.
Capabilities
Use cases
- —Fetching NFT metadata or details on a per-request payment basis
- —Integrating NFT data into agent workflows without managing API keys
- —Programmatic access to NFT information settled via on-chain USDC micropayments
Fit
Best for
- —Agents or bots that need keyless, pay-as-you-go NFT data access
- —Developers experimenting with x402 payment protocol integrations
- —Low-volume consumers who want no subscription commitments
Not for
- —High-volume NFT data consumers who need bulk pricing or rate guarantees
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —Anyone requiring non-USDC or non-Base-network payment settlement
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/6 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge with clear pricing. However, there is no OpenAPI spec, no documented request/response schema, no examples, and the site pages beyond the landing page are empty. The purpose of the /nfts/6 endpoint is only inferable from its URL path. This is effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —No example request or response payloads found anywhere in crawled content
- —The exact data returned by /api/v1/nfts/6 is unknown — 'Premium API Access' is a generic label
- —All non-landing pages (/api, /pricing, /README) returned only 'Connect wallet' with no useful content
- —The platform lists many endpoints but none have detailed docs; quality of actual responses is unverified
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/6
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/6