Pay-per-call API platform on Base via x402 — $0.02/request, no API keys required.
What it does
lowpaymentfee.com is an x402-enabled API platform that offers a broad catalog of pay-per-request endpoints across data analytics, AI/ML inference, finance/Web3, and utility services. All endpoints are settled on the Base network using USDC, with a uniform price of $0.02 per request. The x402 protocol eliminates the need for API keys, accounts, or subscriptions — callers simply attach a payment header to each request.
The specific endpoint at `/api/v1/payments/188` is listed as "Premium API Access" and returns a 402 challenge requesting up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) on Base. The payment is made to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` with a 300-second timeout. The endpoint accepts POST requests and returns `application/json`.
The broader platform advertises endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and data generation — all at the same $0.02 price point. However, documentation beyond the landing page is extremely sparse (docs, pricing, and API pages all render only a "Connect wallet" prompt), so the actual functionality, request schemas, and response formats for any of these endpoints are unknown.
Capabilities
Use cases
- —Accessing API services without creating accounts or managing API keys
- —Making one-off API calls with instant crypto micropayments
- —Integrating pay-per-use endpoints into autonomous agent workflows
- —Testing x402 protocol integrations against a live endpoint
Fit
Best for
- —Developers wanting zero-friction API access without subscriptions
- —AI agents that need to autonomously purchase API calls on Base
- —Projects exploring x402 payment protocol integration
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —High-volume use cases where $0.02/request adds up significantly
- —Users without access to USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/payments/188 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming pricing and network. However, there is no OpenAPI schema, no documentation of request/response formats, and the docs/pricing/API pages are all blank beyond a wallet connect prompt. The actual functionality behind 'Premium API Access' is completely opaque.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet'
- —No request or response schema provided for this endpoint
- —The purpose of '/api/v1/payments/188' ('Premium API Access') is not described anywhere
- —Cannot verify what data or service is actually returned after payment
Citations
- —Uniform pricing of $0.02 per request across all endpointshttps://lowpaymentfee.com
- —No API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units USDC on Base with 300s timeouthttps://lowpaymentfee.com/api/v1/payments/188
- —Payment address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3https://lowpaymentfee.com/api/v1/payments/188
- —USDC asset contract on Base: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/payments/188