x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/71` is part of the lowpaymentfee.com platform, a collection of x402-protocol pay-per-request 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/71`), though the provider's landing page does not explicitly list this particular endpoint among its advertised APIs. The endpoint is live and returns a valid x402 challenge.
Payment is settled on the Base network using USDC (contract `0x8335…2913`) via the "exact" scheme. The `maxAmountRequired` is 20,000 base units, which at 6 decimals equals $0.02 per request. No API keys or rate limits are advertised; access is granted immediately upon valid x402 payment. The response MIME type is `application/json`, and the endpoint accepts HTTP POST requests.
The broader lowpaymentfee.com platform advertises a uniform $0.02/request pricing model across all its endpoints. However, no OpenAPI schema, detailed documentation, or example responses are available for this specific NFT endpoint, so the exact request body format and response structure remain unknown. The site's documentation and README pages require wallet connection and do not provide additional technical detail.
Capabilities
Use cases
- —Fetching NFT metadata or details for a specific token (ID 71)
- —Integrating NFT data into agent workflows without API key management
- —Programmatic pay-per-request access to NFT information on Base
Fit
Best for
- —Agents needing on-demand NFT data without subscription commitments
- —Developers testing x402 payment flows with low-cost endpoints
- —Lightweight NFT data lookups settled in USDC on Base
Not for
- —Bulk NFT data retrieval or collection-wide scans (no batch endpoint documented)
- —Users who need detailed API documentation or guaranteed SLAs
- —Non-crypto workflows that cannot settle payments on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/71 \
-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 OpenAPI schema, no documentation, no example request/response, and the specific /nfts/71 endpoint is not listed on the provider's landing page. The exact data returned is unknown.
Warnings
- —The /api/v1/nfts/71 endpoint is not listed among the provider's advertised APIs on the landing page — its purpose is inferred solely from the URL path.
- —No request body schema or response schema is documented anywhere.
- —Documentation, README, and pricing pages behind the landing page require wallet connection and yield no useful content.
- —The nature of the NFT data served (metadata, ownership, pricing, etc.) is entirely unknown.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/71
- —The platform advertises $0.02/request uniform pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/71