Pay-per-call premium API access on Base via x402 — $0.02/request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" via the x402 payment protocol. The specific resource at `/api/v1/charges/313` accepts POST requests and charges up to 20,000 base units of USDC (0x8335…2913) on the Base network, which equals $0.02 per request (USDC uses 6 decimals). Payment is handled inline via the X-PAYMENT header with no API keys or accounts required.
The broader lowpaymentfee.com platform advertises a suite of pay-per-call APIs 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 with no rate limits or minimum commitments.
However, the specific endpoint `/api/v1/charges/313` is labeled only as "Premium API Access" with no further documentation about what data or functionality it returns. The docs, pricing, and API pages on the site render only a "Connect wallet" prompt with no additional technical detail. Without an OpenAPI schema, example responses, or detailed documentation, it is unclear what payload this particular endpoint expects or returns.
Capabilities
Use cases
- —Programmatic access to a premium API resource without needing API keys or accounts
- —Agent-driven workflows that pay per call using USDC on Base
- —Testing x402 payment protocol integrations against a live endpoint
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —AI agents that can settle USDC payments on Base automatically
- —Users who want pay-as-you-go access without subscriptions
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Anyone without a Base-compatible USDC wallet
- —High-volume batch processing where per-call pricing may add up
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/313 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, confirming it works. However, there is no OpenAPI schema, no example request/response, and the docs pages are empty (just 'Connect wallet'). The specific functionality behind '/api/v1/charges/313' is undocumented beyond the generic label 'Premium API Access'. This is effectively a stub listing.
Warnings
- —No documentation available — docs, pricing, API, and README pages all render only 'Connect wallet'
- —The specific functionality of /api/v1/charges/313 is unknown; 'Premium API Access' is the only description
- —No OpenAPI schema or example responses provided
- —No input schema documented — unclear what POST body is expected
- —The site lists many endpoints but none have detailed docs; actual availability and functionality are unverified
Citations
- —The endpoint returns a 402 challenge requesting up to 20,000 base units of USDC on Base networkhttps://lowpaymentfee.com/api/v1/charges/313
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/charges/313
- —All endpoints are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —Docs, pricing, API, and README pages render only 'Connect wallet' with no additional contenthttps://lowpaymentfee.com/docs