Pay-per-request API platform on Base network via x402, $0.02/call in USDC.
What it does
lowpaymentfee.com is a pay-per-request API platform that uses the x402 protocol to gate access to a variety of endpoints. The specific endpoint at `/api/v1/orders/94` is labeled "Premium API Access" and accepts POST requests, settling payments in USDC on the Base network. The x402 challenge indicates a maximum amount of 20,000 base units of USDC (6 decimals), which equals $0.02 per request. No API keys or rate limits are required — callers simply attach an X-PAYMENT header with a valid x402 payment proof.
The broader platform advertises 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 endpoints are listed at $0.02 per request. However, the specific endpoint probed (`/api/v1/orders/94`) is described only as "Premium API Access" with no further documentation on what data or functionality it returns.
Documentation is extremely sparse. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no additional content. There is no OpenAPI schema, no request/response examples, and no detailed description of what the `/api/v1/orders/94` endpoint actually does or what input it expects. The endpoint is confirmed live (402 challenge returned), but the lack of documentation makes it difficult to determine its actual utility.
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 pay-as-you-go access to analytics, AI, finance, or utility endpoints
Fit
Best for
- —Developers wanting zero-commitment, pay-per-use API access
- —AI agents that can settle x402 payments autonomously on Base
- —Users who prefer crypto micropayments over subscription billing
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who would benefit from bulk pricing or subscriptions
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/94 \
-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 documentation, no OpenAPI schema, no request/response examples, and no explanation of what the /api/v1/orders/94 endpoint actually returns. The docs pages are all empty beyond a wallet connect prompt. This is effectively a stub listing.
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 purpose of /api/v1/orders/94 ('Premium API Access') is completely undocumented
- —Cannot verify what data or functionality is returned after payment
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (USD Coin) on Base networkhttps://lowpaymentfee.com/api/v1/orders/94
- —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 address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/orders/94