Pay-per-call API suite on Base (USDC) covering analytics, AI, finance, and utilities at $0.02/request.
What it does
lowpaymentfee.com is an x402-enabled API marketplace that exposes a broad set of 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 priced at $0.02 per request, settled in USDC on the Base network via the x402 protocol.
The specific endpoint probed (/api/v1/messages/95) is labeled "Premium API Access" and returns a valid 402 challenge requesting up to 20,000 base units of USDC (0.02 USD, since USDC uses 6 decimals) on Base. Payment is made via the x402 exact scheme with no API keys, no rate limits, and no upfront commitments required. The payment address is 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 and the timeout is 300 seconds.
Documentation is minimal — the /api, /pricing, and /README pages all resolve to a wallet-connect prompt with no further content. There is no OpenAPI spec, no request/response schema documentation, and no usage examples available from the crawl. The site's landing page lists the available endpoints and pricing but provides no detail on request formats, parameters, or response structures. As a result, the actual functionality behind each endpoint is unclear and must be tested empirically.
Capabilities
Use cases
- —Running sentiment analysis or text summarization without managing API keys or subscriptions
- —Fetching real-time crypto price feeds, exchange rates, or gas estimates on a per-call basis
- —Geocoding addresses or validating data through lightweight utility endpoints
- —Generating text embeddings for downstream ML pipelines with per-request billing
- —Exporting analytics data or insights without committing to a monthly plan
Fit
Best for
- —Agents or bots that need on-demand API access without credential management
- —Low-volume or bursty workloads where per-request pricing is more economical than subscriptions
- —Developers prototyping across multiple API categories (AI, finance, utilities) from a single provider
Not for
- —High-volume production workloads where bulk pricing would be significantly cheaper
- —Use cases requiring detailed SLAs, uptime guarantees, or documented rate limits
- —Applications needing well-documented request/response schemas and comprehensive API docs
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/messages/95 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it accepts USDC payments on Base at $0.02/request. However, there is no OpenAPI spec, no request/response documentation, no usage examples, and the specific endpoint path (/api/v1/messages/95) doesn't clearly map to any of the advertised categories. Effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available — request/response formats are unknown
- —The probed endpoint path /api/v1/messages/95 does not match any of the advertised API paths on the landing page
- —Documentation pages (/api, /pricing, /README) all resolve to a wallet-connect prompt with no content
- —No information on uptime, SLAs, rate limits, or data sources behind the endpoints
Citations
- —All endpoints are priced at $0.02 per request with no minimums or commitmentshttps://lowpaymentfee.com
- —Payment is in USDC on the Base network via x402 exact schemehttps://lowpaymentfee.com
- —The 402 challenge for /api/v1/messages/95 requests maxAmountRequired of 20000 base units (0.02 USDC)https://lowpaymentfee.com/api/v1/messages/95
- —Available categories include Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructurehttps://lowpaymentfee.com