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 site hosts a broad catalog of pay-per-request APIs spanning data & analytics, AI/ML inference (sentiment analysis, 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, payable in USDC on the Base network with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/charges/137` is labeled "Premium API Access" and accepts POST requests. The x402 challenge advertises a max amount of 20,000 base units of USDC (0x8335…2913 on Base), which equals $0.02 given USDC's 6 decimals. Payment is made via the x402 exact scheme with a 300-second timeout. No OpenAPI schema, detailed documentation, or example request/response bodies were found in the crawl — the docs, pricing, API, and README pages all rendered only a "Connect wallet" prompt with no substantive content.
Because the endpoint labeled "Premium API Access" at `/api/v1/charges/137` does not clearly map to any of the named API categories on the landing page, it is unclear exactly what data or functionality this specific charge ID returns. The site's documentation is effectively empty beyond the landing page catalog. Agents should treat this as a generic paid endpoint until more documentation surfaces.
Capabilities
Use cases
- —Paying per-call for API access without needing API keys or subscriptions
- —Integrating x402-compatible agents with low-cost utility endpoints on Base
- —Accessing data, AI, finance, or infrastructure APIs with USDC micropayments
Fit
Best for
- —Agents that support x402 payment protocol on Base
- —Developers wanting zero-commitment, pay-as-you-go API access
- —Use cases requiring keyless, rate-limit-free API calls
Not for
- —Users who need detailed API documentation or OpenAPI specs before integrating
- —High-volume batch workloads where per-request pricing may add up
- —Anyone without a Base-compatible USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/137 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-header>"Endpoint
Quality
The endpoint is live and returns a valid x402 402 challenge, and the landing page provides a catalog overview with pricing. However, there is no OpenAPI schema, no documentation beyond a wallet-connect prompt, no example requests or responses, and the specific charge ID (137) is not explained anywhere. This is effectively a stub listing.
Warnings
- —No OpenAPI or schema documentation available for this endpoint
- —Docs, pricing, API, and README pages all render only 'Connect wallet' with no content
- —The charge ID 137 does not map to any named API on the landing page — unclear what it returns
- —No example request or response bodies available
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/charges/137
- —All listed APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The site offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com