x402-gated NFT data endpoint on Base, pay $0.02 per request in USDC.
What it does
This endpoint at `/api/v1/nfts/94` 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/94`), though the provider's landing page does not explicitly list this particular endpoint among its advertised routes. The endpoint is live and returns a valid x402 challenge.
Pricing is $0.02 per request, paid in USDC on the Base network. The x402 challenge specifies a `maxAmountRequired` of 20,000 base units of USDC (contract `0x8335…2913`, 6 decimals), which equals $0.02. Payment is made via the `exact` scheme with no API keys or rate limits required — callers simply attach an `X-PAYMENT` header with a valid x402 payment proof. The response MIME type is `application/json`.
The broader lowpaymentfee.com platform advertises endpoints for metrics, reports, data export, insights, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation — all at the same $0.02/request price point. However, documentation beyond the landing page is extremely thin: the `/api`, `/pricing`, and `/README` routes all return only a "Connect wallet" prompt with no further detail. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available.
Capabilities
Use cases
- —Fetching NFT data or metadata for a specific token ID via a micropayment
- —Integrating pay-per-call NFT lookups into an agent workflow without API keys
- —Programmatic access to NFT information settled on Base L2 in USDC
Fit
Best for
- —Developers wanting keyless, pay-per-use NFT data access
- —AI agents that can settle x402 payments on Base
- —Projects needing low-friction API access without subscriptions
Not for
- —Bulk NFT data retrieval at scale (no documented batch endpoints or rate-limit info)
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/nfts/94 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge with clear pricing, but there is no documentation, no OpenAPI spec, no request/response schema, and no examples. The specific /nfts/94 endpoint is not even listed on the provider's landing page. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —The /nfts/94 path is not listed among the provider's advertised endpoints on the landing page
- —No request body schema or response schema documented anywhere
- —The /api, /pricing, and /README pages return only a 'Connect wallet' prompt with no useful content
- —Actual functionality behind this endpoint is unknown — 'Premium API Access' is a generic label
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/nfts/94
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/nfts/94
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The landing page lists endpoints for analytics, AI/ML, finance/Web3, and infrastructure but does not list /api/v1/nfts/94https://lowpaymentfee.com