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 `/api/v1/transfers/21` is listed as "Premium API Access" and returns an x402 challenge requiring up to 20,000 base units of USDC (0.02 USD) per call. No API keys, rate limits, or subscriptions are required — each request is paid individually via an X-PAYMENT header.
The broader platform advertises multiple API categories including 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 the same $0.02 per request price point.
However, the specific endpoint probed (`/api/v1/transfers/21`) does not clearly map to any of the advertised API categories. Its description is simply "Premium API Access" with no further documentation on what data or functionality it returns. The docs, pricing, and README pages all rendered only a "Connect wallet" prompt with no substantive content. Without documentation or example responses, the actual behavior of this endpoint remains unclear.
Capabilities
Use cases
- —Programmatic access to paid API endpoints without subscription or API key management
- —Agent-driven workflows that need on-demand API calls settled in USDC on Base
- —Testing x402 protocol integrations with a low-cost endpoint
Fit
Best for
- —Developers exploring x402 payment protocol
- —Agents needing keyless, pay-per-call API access
- —Low-cost micropayment API experimentation on Base
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —Production workloads requiring well-documented request/response schemas
- —Users without USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/transfers/21 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is no documentation, no OpenAPI schema, no example responses, and the endpoint name 'Premium API Access' at /api/v1/transfers/21 does not correspond to any documented API category. The docs/pricing/README pages are all empty beyond a wallet connect prompt. Effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, and README pages all show only 'Connect wallet' with no content
- —The endpoint path /api/v1/transfers/21 does not match any of the advertised API categories on the landing page
- —No request or response schema is documented; actual endpoint behavior is unknown
- —No OpenAPI spec or AI plugin manifest found
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/transfers/21
- —USDC asset address 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/transfers/21
- —Platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —Available API categories include Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructurehttps://lowpaymentfee.com