x402-gated premium API access on Base, paid per-call in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall on the Base network. The specific endpoint `/api/v1/stripe/charges/169` is one of many offered by the platform, which advertises a broad catalog spanning data & analytics, AI & machine learning, finance & Web3, and infrastructure utilities — all priced at $0.02 per request.
Payment is settled on-chain via USDC (contract 0x8335…2913) on Base. The x402 challenge specifies a maxAmountRequired of 20,000 base units, which at 6 decimals equals $0.02 USD. The scheme is "exact", meaning the caller pays the precise amount per call. No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
The platform's landing page lists sibling endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, and more — all at the same $0.02 price point. However, the specific functionality behind this particular `/api/v1/stripe/charges/169` path is not documented beyond the generic label "Premium API Access." There is no OpenAPI schema, no request/response examples, and the docs, pricing, and API pages all render only a "Connect wallet" prompt with no further content. The actual behavior of this endpoint remains unclear.
Capabilities
Use cases
- —Paying per-call for API access without API keys or subscriptions
- —Programmatic agent-driven API consumption settled on Base in USDC
- —Accessing premium data or services via x402 payment protocol
Fit
Best for
- —Agents or developers wanting keyless, pay-per-use API access
- —Users who prefer on-chain USDC micropayments over traditional billing
- —Quick, low-commitment access to miscellaneous API endpoints
Not for
- —Users who need detailed documentation or guaranteed SLAs before integrating
- —High-volume use cases where $0.02/request adds up without bulk discounts
- —Anyone needing to understand the exact response schema before calling
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/169 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base), but there is no documentation of what this specific endpoint actually does, no request/response schema, and no examples. The docs pages are empty beyond a wallet-connect prompt. The listing is effectively a stub.
Warnings
- —The specific functionality of /api/v1/stripe/charges/169 is undocumented — 'Premium API Access' is a generic label with no detail on inputs or outputs.
- —No OpenAPI schema, no request body schema, and no response examples are available.
- —All documentation pages (docs, pricing, API, README) render only 'Connect wallet' with no substantive content.
- —The path includes 'stripe/charges' which may imply Stripe integration but this is unconfirmed and potentially misleading.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units in USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/charges/169
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset contract is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/169