x402-gated premium API access on Base, pay $0.02 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 hosts a broad catalog of pay-per-call 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, settled in USDC on Base with no API keys, no rate limits, and no minimum commitments.
The specific endpoint `/api/v1/charges/190` 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 by including an X-PAYMENT header. The endpoint accepts HTTP POST and returns application/json.
Documentation is extremely sparse — the /docs, /pricing, /api, 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 endpoint is confirmed live (402 challenge captured), but without knowing the concrete functionality behind "Premium API Access" or the expected request body, callers will need to experiment or contact the provider.
Capabilities
Use cases
- —Programmatic access to a pay-per-call API without needing API keys or subscriptions
- —Agent-driven workflows that need on-demand API calls settled in USDC on Base
- —Exploring x402 protocol integrations with a low-cost endpoint
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents that need keyless, pay-as-you-go API access on Base
- —Low-cost per-request API consumption without rate limits
Not for
- —Users who need detailed API documentation or guaranteed SLAs
- —Applications requiring well-defined request/response schemas upfront
- —Non-crypto users who cannot pay in USDC on Base
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/charges/190 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live with a valid x402 challenge, but documentation is effectively nonexistent — all doc pages show only 'Connect wallet'. There is no OpenAPI spec, no request/response schema, and no description of what 'Premium API Access' actually returns. The specific function of /api/v1/charges/190 is unclear.
Warnings
- —No documentation available — /docs, /pricing, /api, and /README all render only 'Connect wallet'
- —No OpenAPI or schema definition found
- —The specific functionality of /api/v1/charges/190 ('Premium API Access') is undefined — it is unclear what data or service it provides
- —No request body schema or response examples available
Citations
- —All endpoints priced at $0.02 per request with no API keys, no rate limits, instant access on Base networkhttps://lowpaymentfee.com
- —x402 challenge returns maxAmountRequired of 20000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) on Basehttps://lowpaymentfee.com/api/v1/charges/190
- —Site offers APIs across data & analytics, AI/ML, finance & Web3, and infrastructure categorieshttps://lowpaymentfee.com