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 gated by the x402 protocol on the Base network. Each call costs $0.02 in USDC (USD Coin) with no API keys, no rate limits, and no subscriptions required. The specific endpoint at `/api/v1/messages/93` is labeled "Premium API Access" and accepts HTTP POST requests, settling payment on-chain to a designated wallet address.
The broader platform advertises four endpoint 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 share the same $0.02 per-request pricing. However, the specific `/api/v1/messages/93` endpoint's exact functionality is not documented beyond its "Premium API Access" label, so its concrete behavior is unclear.
Payment is handled via the x402 exact-payment scheme using USDC on Base (contract `0x8335…2913`). The x402 challenge confirms the endpoint is live, requesting a maximum of 20,000 base units (i.e., $0.02 given USDC's 6 decimals) with a 300-second payment timeout. No OpenAPI schema, detailed request/response documentation, or usage examples were found in the crawl.
Capabilities
Use cases
- —Accessing premium API endpoints without needing API keys or subscriptions
- —Making one-off paid API calls settled in USDC on Base
- —Agent-driven workflows that need frictionless per-request billing
Fit
Best for
- —Developers wanting zero-signup, pay-as-you-go API access
- —AI agents that can settle x402 payments autonomously
- —Users who prefer on-chain USDC micropayments over traditional billing
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume consumers who want bulk/subscription pricing
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/messages/93 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The x402 challenge is live and pricing is clear ($0.02 USDC on Base), but there is no documentation for the /api/v1/messages/93 endpoint — no request schema, no response schema, no examples, and no explanation of what 'Premium API Access' actually returns. The crawl pages beyond the landing page were empty (wallet-connect gates). This is effectively a stub listing.
Warnings
- —No documentation found for the specific /api/v1/messages/93 endpoint — its actual functionality is unknown
- —No OpenAPI or request/response schema available
- —Crawled docs pages (/api, /pricing, /README) returned only a wallet-connect prompt with no content
- —The endpoint label 'Premium API Access' is generic and does not describe what data or service is provided
Citations
- —The endpoint returns a 402 x402 challenge requesting 20,000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/messages/93
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/messages/93
- —All endpoints cost $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com