Pay-per-call API platform on Base network via x402 — $0.02/request in USDC.
What it does
lowpaymentfee.com is a pay-per-request API platform that uses the x402 protocol to accept USDC payments on the Base network. The specific endpoint at `/api/v1/charges/220` is labeled "Premium API Access" and requires a maximum of 20,000 base units of USDC (i.e., $0.02) per call. The platform advertises no API keys, no rate limits, and instant access — callers simply attach an x402 payment header to each request.
The broader platform lists endpoints across four categories: Data & Analytics (metrics, reports, data export, insights), AI & Machine Learning (sentiment analysis, text summarization, classification, embeddings), Finance & Web3 (price feeds, exchange rates, token quotes, gas estimates), and Infrastructure utilities (geocoding, validation, conversion, generation). All listed endpoints are priced at $0.02 per request.
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 schema, no request/response examples, and no detailed description of what the `/api/v1/charges/220` endpoint actually returns. The x402 challenge confirms the endpoint is live and accepts POST requests, but the actual functionality behind "Premium API Access" is unclear from available materials.
Capabilities
Use cases
- —Agents needing on-demand API access without signup or API key management
- —Programmatic access to data, AI, finance, or utility endpoints with per-call USDC payments
- —Testing x402 protocol integrations with a low-cost endpoint
Fit
Best for
- —Developers exploring x402 payment protocol on Base
- —Agents that need keyless, pay-as-you-go API access
- —Low-volume or sporadic API consumers who want no commitments
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —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/charges/220 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge confirms the endpoint is live and priced at $0.02 USDC on Base, but there is zero documentation on what the endpoint actually does or returns. No OpenAPI schema, no request/response examples, and all doc pages are blank beyond a wallet-connect prompt. The listing is effectively a stub.
Warnings
- —No documentation available — all doc/API/pricing/README pages show only 'Connect wallet' with no content
- —No OpenAPI or schema describing request parameters or response format
- —The specific functionality of /api/v1/charges/220 ('Premium API Access') is completely undocumented
- —Cannot verify what data or service is actually returned upon successful payment
Citations
- —The endpoint requires a maximum of 20,000 base units of USDC ($0.02) on the Base networkhttps://lowpaymentfee.com/api/v1/charges/220
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform lists endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs