x402-gated premium API access on Base, pay $0.02 per request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 payment wall. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. All endpoints share a uniform pricing model of $0.02 per request, settled in USDC on the Base network.
The specific endpoint `/api/v1/stripe/charges/22` accepts POST requests and returns `application/json`. Payment is handled via the x402 protocol: callers receive a 402 challenge containing the payment parameters (asset, network, payTo address), attach an `X-PAYMENT` header with a valid payment proof, and receive the API response. The max amount required is 20,000 base units of USDC (6 decimals), which equals $0.02. No API keys, rate limits, or upfront commitments are required.
The platform advertises a broad catalog of endpoints (metrics, reports, sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, geocoding, validation, conversion, and generation), but the crawled documentation pages were essentially empty beyond wallet-connect prompts. There is no OpenAPI schema, no detailed request/response documentation, and no examples available from the crawl. The exact functionality behind this particular `/stripe/charges/22` path is unclear — the name suggests it may relate to Stripe charge data or a proxy for Stripe operations, but this is speculative.
Capabilities
Use cases
- —Accessing premium API data with per-request USDC micropayments on Base
- —Agent-driven API consumption without pre-registration or API keys
- —Programmatic access to a pay-as-you-go endpoint catalog
Fit
Best for
- —Developers wanting zero-commitment, pay-per-call API access
- —AI agents that can settle x402 payments autonomously
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who need bulk pricing or rate-limit guarantees
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/22 \
-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 ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and the documentation pages are empty stubs. The actual functionality of this specific endpoint (/stripe/charges/22) is undocumented and unclear.
Warnings
- —No OpenAPI or request/response schema available
- —Documentation pages (/docs, /api, /pricing, /README) return only 'Connect wallet' with no actual content
- —The exact purpose and functionality of /api/v1/stripe/charges/22 is undocumented — the 'Premium API Access' label is generic
- —The broad catalog of endpoints listed on the homepage may be placeholder/demo content; no verification of actual functionality was possible
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/stripe/charges/22
- —The platform advertises $0.02 per request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/22
- —The platform lists endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com