x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/86` 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 endpoint appears to serve NFT-related data (resource ID 86), though the exact response payload is not documented. Payment is settled on the Base network using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`) at a cost of $0.02 per request (20,000 base units with 6 decimals). The x402 challenge was successfully captured, confirming the endpoint is live.
The platform advertises a uniform $0.02/request pricing model across all its endpoints with no API keys, no rate limits, and no minimum commitments. Callers authenticate purely via the x402 payment header. The endpoint accepts POST requests and returns `application/json`. However, there is no OpenAPI schema, no documented request body format, and no example responses available for this specific NFT endpoint. The broader site lists many other endpoints (analytics, AI, finance, utilities) but provides no detailed documentation for any of them beyond names and prices.
Because the NFT endpoint's input parameters and output schema are entirely undocumented, agents will need to experiment or rely on conventions to construct valid requests. The lack of documentation is a significant limitation for programmatic integration.
Capabilities
Use cases
- —Fetching NFT data or metadata on demand with per-request USDC micropayments
- —Integrating NFT information into agent workflows without managing API keys
- —Programmatic access to NFT resources settled on Base L2
Fit
Best for
- —Agents or bots that need keyless, pay-as-you-go NFT data access
- —Developers experimenting with x402 protocol integrations
- —Low-volume consumers who want no subscription commitments
Not for
- —High-volume NFT data pipelines needing documented, stable schemas
- —Users who need detailed API documentation or SDKs before integrating
- —Anyone requiring non-USDC or non-Base payment rails
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/86 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, confirming pricing and payment details. However, there is zero documentation on request parameters, response format, or what NFT data is actually returned. No OpenAPI spec, no examples, and the crawled pages beyond the homepage are empty wallet-connect stubs.
Warnings
- —No documentation exists for the /api/v1/nfts/86 endpoint — request body and response schema are completely unknown.
- —The broader lowpaymentfee.com site lists many endpoints but provides no detailed docs for any of them.
- —The NFT endpoint's actual data content (what NFT, what fields) is unspecified; 'Premium API Access' is a generic label used across the platform.
- —Pricing and /docs pages returned only 'Connect wallet' with no useful content.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units in USDC on Base network.https://lowpaymentfee.com/api/v1/nfts/86
- —The platform charges $0.02 per request with no API keys, no rate limits, and no minimums.https://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913.https://lowpaymentfee.com/api/v1/nfts/86