Pay-per-request API platform on Base network via x402 — $0.02/call in USDC.
What it does
lowpaymentfee.com is an x402-enabled API platform that offers a broad catalog of endpoints spanning data analytics, AI/ML inference, finance/Web3 data, and utility services. Every endpoint costs $0.02 per request, paid in USDC on the Base network with no API keys, no rate limits, and no commitments required. The x402 protocol handles payment inline: callers attach a payment header to each HTTP request and receive the response immediately.
The specific endpoint listed here (`/api/v1/orders/91`) is labeled "Premium API Access" and returns `application/json`. Its x402 challenge advertises a max amount of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02 — consistent with the site's uniform pricing. The endpoint accepts POST requests and is discoverable.
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. However, documentation pages (docs, pricing, README) returned only a "Connect wallet" prompt with no substantive content, so the actual behavior, request schemas, and response formats of these endpoints remain undocumented in the crawled material.
Capabilities
Use cases
- —Agent-driven API calls where per-request crypto payment replaces API key management
- —Accessing AI inference (sentiment, summarization, classification, embeddings) without subscriptions
- —Fetching real-time financial data (prices, exchange rates, gas estimates) on demand
- —Geocoding and data conversion utilities paid per use
Fit
Best for
- —Developers and agents wanting zero-signup, pay-as-you-go API access
- —x402-compatible agents that can settle USDC on Base
- —Low-volume or bursty workloads where subscription pricing is wasteful
Not for
- —High-volume production workloads needing SLAs and guaranteed uptime documentation
- —Users who need detailed API documentation, request/response schemas, or error handling guides
- —Callers who cannot transact in USDC on the Base network
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/orders/91 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02 USDC on Base). However, there is no OpenAPI schema, no request/response examples, and all documentation pages returned only 'Connect wallet' with no content. The specific purpose of /api/v1/orders/91 ('Premium API Access') is vague and undifferentiated from the rest of the catalog.
Warnings
- —Documentation pages (/docs, /pricing, /README, /api) returned no substantive content — only 'Connect wallet' prompts.
- —No OpenAPI or schema available; request body format and response structure are unknown.
- —The endpoint path '/api/v1/orders/91' with description 'Premium API Access' is generic and does not clarify what this specific order endpoint returns.
- —The broader platform lists many endpoint categories (AI, finance, utils) but none have documented schemas or example payloads.
Citations
- —Uniform pricing of $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base, equaling $0.02https://lowpaymentfee.com/api/v1/orders/91
- —Platform offers endpoints for analytics, AI/ML, finance/Web3, and infrastructure utilitieshttps://lowpaymentfee.com
- —Documentation pages returned only 'Connect wallet' with no substantive contenthttps://lowpaymentfee.com/docs