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/152` accepts POST requests and returns JSON. Its x402 challenge advertises a maximum cost of 20,000 base units of USDC (asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Base), which equals $0.02 per request (USDC uses 6 decimals). Payment is sent to address 0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3 with a timeout of 300 seconds. The endpoint name suggests it relates to Stripe charge operations, but no detailed documentation, request schema, or response schema is available beyond the generic "Premium API Access" label.
Documentation on the site 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 input/output schema beyond the basic outputSchema stub in the x402 challenge, and no examples of what the endpoint actually returns. Prospective callers should be aware that the actual functionality behind this endpoint is unclear from available materials.
Capabilities
Use cases
- —Programmatic access to a Stripe-related charge endpoint via x402 micropayment
- —Agent-driven API calls that settle payment in USDC on Base without API key management
- —Exploring x402 protocol integration with low per-request costs
Fit
Best for
- —Developers experimenting with x402 payment protocol
- —Agents needing keyless, pay-per-call API access on Base
- —Low-cost per-request API consumption without subscriptions
Not for
- —Users who need detailed API documentation or guaranteed SLAs before integrating
- —High-volume batch processing where per-call costs add up without volume discounts
- —Anyone needing a well-documented, production-grade Stripe integration
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/152 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>" \
-d '{}'Example
Request
{}Endpoint
Quality
The endpoint is live (402 challenge captured) and pricing is clear ($0.02/request in USDC on Base), but there is no documentation, no input/output schema, no examples, and the actual functionality behind 'Premium API Access' / 'stripe/charges/152' is entirely opaque. Docs pages return only 'Connect wallet' with no content.
Warnings
- —No documentation available — /docs, /api, /pricing, and /README pages all show only 'Connect wallet'
- —No OpenAPI spec or detailed input/output schema provided
- —The actual functionality of /api/v1/stripe/charges/152 is unclear; the name suggests Stripe charge operations but nothing confirms this
- —No response examples available to verify what the endpoint returns
Citations
- —The endpoint returns a 402 x402 challenge with maxAmountRequired of 20000 base units of USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/152
- —All endpoints on the platform cost $0.02 per request with no API keys, no rate limits, and instant access on Base networkhttps://lowpaymentfee.com
- —The platform offers APIs across Data & Analytics, AI & Machine Learning, Finance & Web3, and Infrastructure categorieshttps://lowpaymentfee.com
- —USDC asset address is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/152