Pay-per-request invoice and utility APIs on Base via x402, $0.02/call in USDC.
What it does
lowpaymentfee.com hosts a collection of pay-per-request API endpoints settled via the x402 protocol on the Base network using USDC. The specific endpoint at `/api/v1/invoices/10` is labeled "Premium API Access" and returns an x402 challenge requesting up to 20,000 base units of USDC (0.02 USD) per call. The site advertises a flat $0.02 per request across all endpoints, with no API keys, no rate limits, and instant access.
The broader platform offers endpoints spanning several 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 endpoints follow the same x402 payment model on Base with USDC.
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 documentation for what the `/api/v1/invoices/10` endpoint actually returns. The endpoint is live and responds with a valid x402 challenge, but without documentation it is unclear what data or functionality "Premium API Access" provides beyond the name.
Capabilities
Use cases
- —Retrieving invoice data via a single paid API call without needing an API key
- —Programmatic access to invoice records settled with USDC on Base
- —Agent-driven invoice lookups with per-request crypto micropayments
Fit
Best for
- —Developers wanting zero-signup, pay-per-use API access
- —Agents that can settle x402 payments in USDC on Base
- —Use cases requiring low-cost ($0.02) individual API calls without subscriptions
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who would benefit from bulk pricing or rate-limited tiers
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/invoices/10 \
-H "X-PAYMENT: <x402-payment-token>" \
-H "Content-Type: application/json"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what the endpoint actually returns. No OpenAPI schema, no request/response examples, and all doc pages render only 'Connect wallet'. The purpose of '/api/v1/invoices/10' is unclear beyond its label.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format for this endpoint
- —The specific functionality of '/api/v1/invoices/10' ('Premium API Access') is undocumented and unclear
- —Cannot verify what data or service is actually delivered after payment
Citations
- —The endpoint returns an x402 challenge requesting up to 20,000 base units of USDC ($0.02) on Basehttps://lowpaymentfee.com/api/v1/invoices/10
- —The site advertises $0.02/request flat 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
- —The USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/invoices/10