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, paid in USDC on the Base network with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/charges/54` is labeled "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 to the specified payTo address. The endpoint accepts HTTP POST requests and returns application/json responses. A 300-second payment timeout is configured.
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 documentation, and no examples of what this particular endpoint actually returns. The site's landing page lists many endpoints but provides no detail on request parameters or response formats. While the endpoint is confirmed live (402 challenge captured), the lack of documentation makes it difficult to know what data or functionality "Premium API Access" at `/api/v1/charges/54` actually provides.
Capabilities
Use cases
- —Agent-driven pay-per-call API consumption without pre-registration or API keys
- —Programmatic access to premium data or services settled instantly in USDC on Base
- —Testing x402 payment protocol integrations with a low-cost live endpoint
Fit
Best for
- —Developers experimenting with x402 payment-gated APIs
- —AI agents that need keyless, on-demand API access with crypto micropayments
- —Users who want no-commitment, pay-as-you-go API access on Base
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —Anyone without a Base-compatible USDC wallet
- —High-volume consumers who need bulk pricing or subscription plans
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/54 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 402 challenge, but documentation is essentially nonexistent — all doc/pricing/API pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no description of what this specific endpoint actually returns. The listing is effectively a stub.
Warnings
- —No documentation available — docs, API, pricing, and README pages all render only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format for /api/v1/charges/54
- —The specific function of 'Premium API Access' at /api/v1/charges/54 is unclear — it does not map to any named endpoint on the landing page
- —Cannot verify what data or service is actually delivered after payment
Citations
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Base with 300s timeouthttps://lowpaymentfee.com/api/v1/charges/54
- —Site lists APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com
- —Docs, API, pricing, and README pages render only 'Connect wallet' with no further contenthttps://lowpaymentfee.com/docs