x402-gated premium API endpoint on Base, pay-per-call with USDC at $0.02/request.
What it does
This endpoint is part of the lowpaymentfee.com platform, which offers a collection of x402-protocol pay-per-request APIs spanning data analytics, AI/ML inference, finance/Web3 data, and infrastructure utilities. The specific resource at `/api/v1/generate/resource/97` is listed as "Premium API Access" but its exact functionality is not documented beyond that label. It is one of many endpoints on the platform, all priced uniformly at $0.02 per request.
Payment is handled via the x402 protocol on the Base network using USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913). The probe confirms the endpoint is live, returning a 402 challenge with `maxAmountRequired` of 20000 base units (USDC has 6 decimals, so this equals $0.02). The payment scheme is "exact," meaning each call requires a one-shot micropayment. No API keys, rate limits, or subscriptions are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The platform advertises additional endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, conversion, and generation — all at the same $0.02 price point. However, documentation is extremely sparse: the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further technical detail. There is no OpenAPI spec, no request/response schema, and no usage examples available. The actual behavior and output of `/api/v1/generate/resource/97` cannot be determined from the available material.
Capabilities
Use cases
- —Programmatic access to a premium API resource with per-call USDC micropayments
- —Agent-driven workflows that need keyless, pay-as-you-go API access on Base
- —Testing x402 protocol integrations with a low-cost endpoint
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless pay-per-request API access
- —Low-cost micropayment API consumption on Base L2
Not for
- —Users who need detailed API documentation or schemas before integrating
- —High-volume use cases where per-request crypto payments add friction
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/generate/resource/97 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-proof>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no description of what 'Premium API Access' at resource/97 actually does. The docs, API, pricing, and README pages are all blank beyond a wallet-connect prompt. This is effectively a stub listing.
Warnings
- —No documentation available — docs, API, pricing, and README pages all show only 'Connect wallet' with no content
- —The exact functionality of /api/v1/generate/resource/97 ('Premium API Access') is completely undocumented
- —No OpenAPI spec, request schema, or response schema is provided
- —No usage examples or sample responses available anywhere on the site
- —The platform lists many endpoints but none have detailed documentation
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/generate/resource/97
- —All endpoints on the platform are priced at $0.02 per requesthttps://lowpaymentfee.com
- —The platform advertises no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/generate/resource/97
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs