x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/69` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-call APIs spanning data analytics, AI/ML inference, finance/Web3, and infrastructure utilities. The specific resource appears to serve NFT-related data (inferred from the URL path `/nfts/69`), though the provider's landing page labels it generically as "Premium API Access" and does not document the NFT endpoints separately from the broader catalog.
Payment is handled via the x402 protocol on the Base network. The challenge advertises a `maxAmountRequired` of 20,000 base units of USDC (contract `0x8335…2913`, 6 decimals), which equals **$0.02 per request**. This matches the uniform $0.02/request pricing shown across all endpoints on the site. Settlement is to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a 300-second payment timeout. No API keys or rate limits are advertised; access is gated purely by the x402 payment header.
Documentation is minimal. The landing page lists many endpoints but provides no request/response schemas, parameter descriptions, or example payloads for any of them. The `/api`, `/pricing`, and `/README` pages all resolve to a bare "Connect wallet" prompt with no additional content. Because of this, the actual data returned by `/api/v1/nfts/69` — whether it's metadata for a specific NFT, a collection listing, or something else — cannot be confirmed from available materials.
Capabilities
Use cases
- —Fetching NFT data or metadata on demand without managing API keys
- —Agent-driven NFT lookups with automatic micropayment settlement
- —Integrating NFT information into Web3 dashboards or bots
Fit
Best for
- —Developers wanting zero-signup, pay-per-call NFT data access
- —AI agents that can settle x402 payments on Base
- —Prototyping NFT-related features without committing to a subscription
Not for
- —High-volume NFT indexing where per-call costs add up quickly
- —Users who need detailed API documentation or guaranteed SLAs
- —Applications requiring non-USDC or non-Base payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/69 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no request/response schema, no examples, and the actual functionality of /api/v1/nfts/69 is only inferable from the URL path. Effectively a stub listing.
Warnings
- —No API documentation available — /api, /pricing, and /README all return only a 'Connect wallet' prompt
- —The exact data returned by /api/v1/nfts/69 is unknown; 'Premium API Access' is a generic label applied to all endpoints
- —No OpenAPI spec, no request parameters, and no response schema are published
- —The NFT endpoints are not listed on the provider's landing page, which only shows analytics, AI, finance, and utility APIs
Citations
- —Uniform pricing of $0.02 per request across all endpointshttps://lowpaymentfee.com
- —No API keys, no rate limits, instant access, Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC on Base with 300s timeouthttps://lowpaymentfee.com/api/v1/nfts/69
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/69