x402-gated premium API access on Base, paid per-call in USDC.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall. It is one of many endpoints offered by the lowpaymentfee.com platform, which hosts a variety of API categories including Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure utilities. All endpoints on the platform follow the same x402 payment model: callers pay per request in USDC on the Base network with no API keys, no rate limits, and no commitments required.
The specific endpoint `/api/v1/stripe/charges/189` is labeled "Premium API Access" in the x402 challenge. The maximum amount required per call is 20,000 base units of USDC (0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 USD (USDC uses 6 decimals). The endpoint accepts POST requests and returns application/json. The x402 challenge version is 1, using the "exact" payment scheme, with a maximum timeout of 300 seconds.
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 description of what "Premium API Access" actually returns or what parameters it accepts. The endpoint name references "stripe/charges" which may relate to Stripe payment processing, but this is speculative. Without documentation or example responses, the actual functionality of this specific endpoint remains unclear.
Capabilities
Use cases
- —Programmatic per-request API access without API key management
- —Agent-driven workflows that need pay-as-you-go endpoints settled in USDC on Base
- —Testing x402 payment protocol integrations
Fit
Best for
- —Developers exploring x402 payment protocol
- —Agents needing keyless, pay-per-call API access
- —Users who want to avoid subscription commitments
Not for
- —Users who need detailed API documentation before integrating
- —High-volume use cases where per-call pricing may add up
- —Anyone needing clarity on what the endpoint actually returns
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/189
# Returns 402 with x402 payment challenge.
# Include X-PAYMENT header with a valid x402 payment proof to access.Endpoint
Quality
The endpoint is live and returns a valid x402 challenge, but there is zero documentation on what the endpoint actually does, what parameters it accepts, or what it returns. The name 'Premium API Access' and path 'stripe/charges/189' are opaque. No OpenAPI spec, no examples, and all doc pages are empty.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
- —No OpenAPI or schema describing request parameters or response format
- —The actual functionality of this specific endpoint ('stripe/charges/189') is completely undocumented
- —The endpoint path suggests Stripe payment processing but this is unconfirmed
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/189
- —The platform advertises $0.02/request pricing with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/charges/189
- —The platform offers endpoints across Data & Analytics, AI & ML, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com