x402-gated premium API access on Base, paid per-call in USDC at $0.02/request.
What it does
This endpoint at lowpaymentfee.com provides "Premium API Access" behind an x402 paywall on the Base network. The specific endpoint `/api/v1/stripe/charges/43` is one of many offered by the provider, which hosts a broad catalog of pay-per-call APIs spanning data & analytics, AI/ML inference, finance & Web3 data, and infrastructure utilities — all priced at $0.02 per request in USDC.
Payment is handled via the x402 protocol: callers receive a 402 challenge specifying an "exact" payment scheme on Base, paying to address `0x1A2B13E97f5F837C8F9FA1F95a1484B7C70d85F3` using USDC (contract `0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913`). The max amount required is 20,000 base units, which equals $0.02 (USDC uses 6 decimals). No API keys or rate limits are advertised; access is instant once payment is included in the request header.
However, the specific functionality of this particular endpoint (`/api/v1/stripe/charges/43`) is unclear. The path suggests it may relate to Stripe charge operations, but no documentation, request schema, or response schema is available beyond the generic "Premium API Access" label. The docs, pricing, and API pages on the site all render only a "Connect wallet" prompt with no additional content. Without concrete documentation on what this endpoint accepts or returns, callers should treat this as an exploratory or stub listing.
Capabilities
Use cases
- —Programmatic per-call API access without subscription or API key management
- —Agent-driven workflows that need instant, keyless access to paid endpoints
- —Testing x402 payment flows on Base with low-cost USDC transactions
Fit
Best for
- —Developers experimenting with x402 payment protocol integrations
- —AI agents that need frictionless pay-per-call API access
- —Users who want to avoid API key provisioning and rate limit management
Not for
- —Production use cases requiring well-documented request/response schemas
- —Users who need free or subscription-based API access without crypto wallets
- —Anyone needing detailed documentation on endpoint behavior before calling
Quick start
curl -X POST https://lowpaymentfee.com/api/v1/stripe/charges/43 \
-H "Content-Type: application/json" \
-H "X-PAYMENT: <x402-payment-token>"Endpoint
Quality
The endpoint is live (402 challenge confirmed) and pricing is clear ($0.02 USDC on Base), but there is no documentation, no request/response schema, and the specific purpose of this endpoint is unknown. The site's docs pages render only wallet-connect prompts with no useful content.
Warnings
- —No documentation available — docs, pricing, and API pages all show only 'Connect wallet' with no content.
- —The specific functionality of /api/v1/stripe/charges/43 is undocumented; the 'Premium API Access' label is generic.
- —No request or response schema is provided; callers cannot know what to send or expect back.
- —The endpoint path references 'stripe/charges' which may imply financial operations — exercise caution.
Citations
- —The endpoint returns a 402 challenge with maxAmountRequired of 20000 base units in USDC on Basehttps://lowpaymentfee.com/api/v1/stripe/charges/43
- —All APIs on the site are priced at $0.02 per request with no API keys, no rate limits, and instant accesshttps://lowpaymentfee.com
- —USDC asset contract on Base is 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913https://lowpaymentfee.com/api/v1/stripe/charges/43
- —Docs, pricing, and API pages render only a 'Connect wallet' prompthttps://lowpaymentfee.com/docs