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/22` is part of the lowpaymentfee.com platform, which offers a broad catalog of pay-per-request APIs spanning data & analytics, AI/ML inference, finance/Web3, and infrastructure utilities. All endpoints share a uniform pricing model of $0.02 per request, paid in USDC on the Base network with no API keys, rate limits, or upfront commitments required.
The specific endpoint `/api/v1/nfts/22` is labeled "Premium API Access" and accepts HTTP POST requests. The x402 challenge confirms it is live, requesting a maximum of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is sent to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a timeout of 300 seconds.
Documentation is minimal — the provider's landing page lists available endpoints and pricing but does not provide request/response schemas, parameter descriptions, or example payloads for any individual endpoint, including this one. The endpoint path suggests it returns data related to NFT ID 22, but the exact response structure is unknown. The platform appears to be a demonstration or early-stage service showcasing low-fee x402 micropayments rather than a mature, fully documented API suite.
Capabilities
Use cases
- —Fetching NFT metadata or details for a specific token ID via a single paid request
- —Demonstrating x402 micropayment flows in agent-to-agent commerce
- —Integrating low-cost, keyless NFT data lookups into automated workflows
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call NFT data access
- —Projects wanting USDC micropayments on Base L2
Not for
- —Production applications requiring documented, stable NFT data schemas
- —Bulk NFT data retrieval across large collections
- —Users who need free or subscription-based NFT APIs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/22 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation on request parameters, response schema, or what data the NFT endpoint actually returns. Effectively a stub listing with confirmed liveness.
Warnings
- —No request or response schema documented for this endpoint
- —Endpoint purpose ('Premium API Access' for /api/v1/nfts/22) is vague — actual returned data is unknown
- —Provider site shows minimal content beyond a landing page; /api, /pricing, and /README pages are empty (wallet-connect only)
- —Platform may be a demo or early-stage project rather than a production service
Citations
- —The endpoint returns a 402 challenge requesting 20,000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/22
- —All endpoints on the platform are priced at $0.02 per request with no API keys or rate limitshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/22