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, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request and settled in USDC on the Base network.
The specific endpoint `/api/v1/charges/84` is listed as "Premium API Access" and returns a valid x402 challenge with a maxAmountRequired of 20,000 base units of USDC (0x8335…2913 on Base, 6 decimals), which equals $0.02. Payment is made via the x402 exact scheme: callers attach an X-PAYMENT header with a signed payment to the payTo address. No API keys, rate limits, or upfront commitments are required — access is instant once payment is included.
The broader platform advertises endpoints for sentiment analysis, text summarization, classification, embeddings, price feeds, exchange rates, token quotes, gas estimates, geocoding, validation, conversion, and generation. However, the crawled documentation pages (docs, api, pricing, README) all returned only a "Connect wallet" prompt with no further technical detail. As a result, the exact input/output schemas for this particular endpoint and the other listed APIs are unknown. The endpoint is confirmed live (402 challenge captured), but the lack of documentation limits confidence in what the endpoint actually returns.
Capabilities
Use cases
- —Accessing premium data or utility APIs without signup or API keys
- —Making one-off paid API calls settled in USDC on Base
- —Agent-driven workflows that need instant, keyless API access with crypto payment
Fit
Best for
- —Developers or agents who want frictionless pay-per-use API access
- —Users already holding USDC on Base who want to avoid traditional billing
- —Automated agents that need to programmatically purchase API calls via x402
Not for
- —Users who need detailed API documentation or guaranteed SLAs before purchasing
- —Anyone without USDC on the Base network
- —High-volume consumers who need bulk pricing or subscription plans
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/84 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <signed-x402-payment-header>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no input/output schema, and no examples of what the endpoint actually returns. The docs, API, pricing, and README pages all render only a wallet-connect prompt. The listing is effectively a stub with confirmed liveness.
Warnings
- —No documentation available — all doc pages return only a 'Connect wallet' prompt with no technical content.
- —The exact purpose and response format of /api/v1/charges/84 ('Premium API Access') is unspecified; it is unclear what data or service it provides.
- —No OpenAPI spec, no input schema, and no output schema are available.
- —The site lists many endpoints but none have documented request/response formats.
Citations
- —The endpoint returns a valid x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/charges/84
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/charges/84
- —All APIs are priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform lists endpoints for analytics, AI/ML, finance/Web3, and infrastructure utilitieshttps://lowpaymentfee.com
- —Documentation pages (docs, api, pricing, README) return only a Connect wallet prompthttps://lowpaymentfee.com/docs