x402-gated API platform on Base offering data, AI, finance, and utility endpoints at $0.02/request.
What it does
lowpaymentfee.com is an x402-protocol API marketplace that gates access to a variety of endpoints behind per-request USDC micropayments on the Base network. The specific endpoint at `/api/v1/stripe/charges/151` is listed as "Premium API Access" and accepts POST requests. Payment is settled on-chain via USDC (contract 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) using the x402 "exact" scheme, with a maximum amount of 20,000 base units — equivalent to $0.02 USD (USDC uses 6 decimals). No API keys or rate limits are advertised; access is granted purely through the x402 payment header.
The broader platform advertises four categories of endpoints: Data & Analytics (metrics, reports, data export, insights), 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 are listed at the same $0.02/request price point. However, the specific endpoint being listed here (`/api/v1/stripe/charges/151`) does not clearly map to any of these advertised categories — its path suggests a Stripe charges resource, and its description is simply "Premium API Access" with no further documentation on what it returns.
Documentation is extremely sparse. The /docs, /api, /pricing, and /README pages all render only a "Connect wallet" prompt with no substantive content. There is no OpenAPI spec, no request/response schema, and no examples available. The endpoint is confirmed live (402 challenge captured), but the actual functionality behind this specific route is unclear.
Capabilities
Use cases
- —Paying per-request for API access without managing API keys or subscriptions
- —Agent-driven API consumption with on-chain USDC micropayments on Base
- —Accessing gated premium content or services via x402 protocol
Fit
Best for
- —Developers or agents wanting keyless, pay-per-call API access
- —x402-compatible clients on the Base network
- —Low-commitment API usage with no minimums or rate limits
Not for
- —Users needing detailed API documentation or response schemas before integrating
- —High-volume consumers who need bulk pricing or subscription discounts
- —Anyone without a Base-network USDC wallet
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/151 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is confirmed live via a valid 402 challenge, and pricing is clear ($0.02 USDC on Base). However, there is no documentation, no OpenAPI spec, no request/response schema, and no explanation of what this specific endpoint actually does. The path '/api/v1/stripe/charges/151' with description 'Premium API Access' is opaque. Docs pages are empty beyond a wallet connect prompt.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet' with no content
- —The specific endpoint path /api/v1/stripe/charges/151 does not match any of the advertised API categories; its actual functionality is unknown
- —No request or response schema is provided; callers cannot know what to send or what to expect back
- —No OpenAPI specification or ai-plugin manifest found
Citations
- —The endpoint returns a 402 challenge with x402Version 1, accepting USDC on Base with maxAmountRequired of 20000 base unitshttps://lowpaymentfee.com/api/v1/stripe/charges/151
- —All listed APIs are priced at $0.02/request with no API keys, no rate limits, and no minimumshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/charges/151
- —The platform advertises Data & Analytics, AI & ML, Finance & Web3, and Infrastructure endpoint categorieshttps://lowpaymentfee.com