x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/28` 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 endpoint appears to serve NFT-related data (resource ID 28), though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract 0x8335…2913) via the x402 "exact" scheme.
The x402 challenge advertises a `maxAmountRequired` of 20,000 base units. Since USDC uses 6 decimals, this converts to $0.02 per request — consistent with the site-wide flat pricing of $0.02/request. The platform emphasizes no API keys, no rate limits, no minimums, and instant access. All endpoints are discoverable via HTTP POST with JSON responses.
The broader lowpaymentfee.com platform lists roughly 16 endpoints across four categories (Data & Analytics, AI & Machine Learning, Finance & Web3, Infrastructure). However, the `/api/v1/nfts/28` path is not listed on the homepage, and no documentation, schema, or example responses are available for this specific endpoint. The endpoint is confirmed live — it returns a proper 402 challenge — but what data it actually returns upon successful payment is unknown.
Capabilities
Use cases
- —Fetching NFT metadata or details for a specific token/collection (ID 28)
- —Programmatic NFT data retrieval without API key registration
- —Agent-driven NFT lookups with automatic USDC micropayments on Base
Fit
Best for
- —Developers wanting keyless, pay-per-call NFT data access
- —AI agents that can settle x402 payments on Base
- —Quick one-off NFT data queries without subscription commitments
Not for
- —Bulk NFT data scraping (no documented batch endpoints)
- —Users who need detailed API documentation or guaranteed SLAs
- —Anyone needing non-USDC or non-Base payment options
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/28 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example request/response, and the /api/v1/nfts/28 path isn't even listed on the provider's homepage. The actual data returned is completely unknown.
Warnings
- —No documentation or schema available for /api/v1/nfts/28
- —This specific endpoint is not listed on the provider's homepage — it may be unlisted, experimental, or deprecated
- —Response payload structure is entirely unknown; no example responses available
- —The /pricing and /README pages returned only a 'Connect wallet' prompt with no useful content
Citations
- —The x402 challenge advertises maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/nfts/28
- —Site-wide pricing is $0.02 per request with no API keys, no rate limits, and no minimumshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/nfts/28