x402-gated premium API access on Base, paid per-request in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall on the Base network. The site advertises a broad catalog of pay-per-call APIs spanning data & analytics, 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 API keys, no rate limits, and instant access.
The specific endpoint probed (/api/v1/charges/336) is labeled "Premium API Access" and returns a valid x402 challenge requesting up to 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals) — which equals $0.02 per call. Payment is made via the x402 exact scheme to the specified payTo address, with a 300-second timeout. The endpoint accepts HTTP POST and returns application/json.
Documentation is extremely sparse: the /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no further content. There is no OpenAPI spec, no request/response schema, and no usage examples available from the crawl. It is unclear what specific data or functionality this particular charge endpoint returns, as the description is generic. The site appears to be a demonstration or early-stage x402 API marketplace rather than a mature, well-documented service.
Capabilities
Use cases
- —Paying per-request for API access without needing API keys or subscriptions
- —Programmatic agent-driven access to paid endpoints using x402 USDC payments on Base
- —Exploring x402 protocol integration for pay-as-you-go API consumption
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need keyless, pay-per-call API access
- —Users who want to avoid subscription commitments for occasional API calls
Not for
- —Production workloads requiring well-documented, stable APIs with SLAs
- —Users who need detailed request/response schemas before integrating
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/336 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but documentation is essentially nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, no examples, and the purpose of this specific endpoint (/api/v1/charges/336) is unclear beyond the generic label 'Premium API Access'.
Warnings
- —No documentation available; /docs, /pricing, /api, and /README pages all render only 'Connect wallet'
- —No OpenAPI or request/response schema provided
- —The specific functionality behind /api/v1/charges/336 is unknown — 'Premium API Access' is a generic label
- —Site may be a demo or early-stage project; maturity and reliability are uncertain
Citations
- —The site lists APIs across data & analytics, AI & ML, finance & Web3, and infrastructure, all at $0.02 per requesthttps://lowpaymentfee.com
- —Pricing is $0.02/request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The x402 challenge requests up to 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/v1/charges/336
- —Documentation pages (/docs, /api, /pricing, /README) show only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs