Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.
What it does
lowpaymentfee.com hosts a collection of pay-per-request API endpoints accessible via the x402 payment protocol on the Base network. The specific endpoint at `/api/v1/payments/199` is labeled "Premium API Access" and requires a payment of up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02 per request. Payment is settled on-chain with no API keys, no rate limits, and no subscriptions required.
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 `/api/v1/payments/199` endpoint's purpose is not clearly documented beyond the generic "Premium API Access" label — it does not map to any of the named API categories on the landing page.
Documentation is extremely thin. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further technical detail, schemas, or usage examples. There is no OpenAPI spec, no request/response schema, and no description of what data or functionality this particular endpoint returns. The x402 challenge is live and well-formed, confirming the endpoint is operational, but the lack of documentation makes it difficult to know what you'll receive after payment.
Capabilities
Use cases
- —Accessing premium API data without creating an account or managing API keys
- —Making one-off paid API calls settled in USDC on Base
- —Agent-driven workflows that need frictionless pay-per-request access
Fit
Best for
- —Developers who want zero-signup, pay-as-you-go API access
- —AI agents with x402-compatible wallets on Base
- —Users who prefer on-chain micropayments over subscription billing
Not for
- —Users who need detailed API documentation or guaranteed SLAs before paying
- —High-volume consumers who want bulk pricing or rate-limit guarantees
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/payments/199 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and well-formed, confirming the endpoint works and costs $0.02 USDC on Base. However, there is no OpenAPI spec, no request/response schema, no documentation beyond a wallet-connect prompt, and the specific purpose of /api/v1/payments/199 is unclear. This is effectively a stub listing.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all show only 'Connect wallet' with no content.
- —The endpoint path /api/v1/payments/199 does not correspond to any of the named APIs on the landing page; its actual functionality is unknown.
- —No request or response schema is provided; callers cannot know what to send or what they will receive.
- —No OpenAPI or ai-plugin manifest found.
Citations
- —The x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base networkhttps://lowpaymentfee.com/api/v1/payments/199
- —All listed endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers endpoints in Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Documentation pages (/docs, /api, /pricing, /README) render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs