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/21` is one of many offered by the provider, which hosts a broad catalog of pay-per-call APIs spanning data & analytics, AI & machine learning (sentiment analysis, summarization, classification, embeddings), finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and infrastructure utilities (geocoding, validation, conversion, generation).
Payment is settled in USDC on Base (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) using the x402 "exact" scheme. The maximum amount required is 20,000 base units, which at 6 decimals equals $0.02 per request. The provider advertises no API keys, no rate limits, and instant access. The endpoint accepts HTTP POST and returns application/json.
Documentation is extremely sparse — the docs, API, pricing, and README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no examples available. The exact functionality behind the `/api/v1/stripe/charges/21` path is unclear; the name "Premium API Access" and the URL path suggest it may relate to Stripe charge creation or retrieval, but this cannot be confirmed from available materials.
Capabilities
Use cases
- —Making paid API calls without API key registration
- —Programmatic access to premium endpoints settled in USDC on Base
- —Agent-driven workflows that need instant, keyless API access
Fit
Best for
- —Developers wanting zero-signup, pay-per-call API access
- —AI agents with Base USDC wallets needing on-demand endpoints
- —Prototyping integrations without committing to subscriptions
Not for
- —Users needing detailed API documentation or OpenAPI specs before integrating
- —High-volume use cases where per-call pricing may not be cost-effective
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/21 \
-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/request in USDC on Base), but there is no documentation, no request/response schema, no examples, and the specific purpose of this endpoint path is ambiguous. Docs pages return only wallet-connect prompts.
Warnings
- —No OpenAPI spec or request/response schema available
- —All documentation pages (docs, API, pricing, README) render only 'Connect wallet' with no content
- —The specific functionality of /api/v1/stripe/charges/21 is unclear — the path suggests Stripe charge operations but this is unconfirmed
- —No examples of expected request body or response format
Citations
- —The endpoint returns a 402 challenge with x402Version 1, exact scheme, on Base network, with maxAmountRequired of 20000 base units in USDChttps://lowpaymentfee.com/api/v1/stripe/charges/21
- —The provider advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The provider offers APIs across data & analytics, AI & ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/21